Home
last modified time | relevance | path

Searched refs:timespec (Results 1 – 14 of 14) sorted by relevance

/php-src/win32/
H A Dtime.h31 #if !defined(timespec) && _MSC_VER < 1900
32 struct timespec struct
53 PHPAPI int nanosleep( const struct timespec * rqtp, struct timespec * rmtp ); argument
H A Dtime.c111 PHPAPI int nanosleep( const struct timespec * rqtp, struct timespec * rmtp ) in nanosleep()
/php-src/sapi/fpm/fpm/
H A Dfpm_clock.c20 struct timespec ts; in fpm_clock_init()
34 struct timespec ts; in fpm_clock_get()
/php-src/ext/fileinfo/libmagic/
H A Dcdf_time.c99 cdf_timestamp_to_timespec(struct timespec *ts, cdf_timestamp_t t) in cdf_timestamp_to_timespec()
147 cdf_timespec_to_timestamp(cdf_timestamp_t *t, const struct timespec *ts) in cdf_timespec_to_timestamp()
189 struct timespec ts; in main()
H A Dcdf.h42 #define timespec timeval macro
283 struct timespec;
284 int cdf_timestamp_to_timespec(struct timespec *, cdf_timestamp_t);
285 int cdf_timespec_to_timestamp(cdf_timestamp_t *, const struct timespec *);
H A Dprint.c279 struct timespec ts; in file_fmtdatetime()
H A Dreadcdf.c140 struct timespec ts; in cdf_file_property_info()
H A Dcdf.c1553 struct timespec ts; in cdf_dump_catalog()
/php-src/Zend/
H A Dzend_hrtime.h88 struct timespec ts = { .tv_sec = 0, .tv_nsec = 0 }; in zend_hrtime()
/php-src/sapi/fpm/fpm/events/
H A Dkqueue.c115 struct timespec t; in fpm_event_kqueue_wait()
/php-src/ext/opcache/jit/ir/
H A Dir_perf.c93 struct timespec ts; in ir_perf_timestamp()
/php-src/ext/standard/
H A Dbasic_functions.c1156 struct timespec php_req, php_rem;
1195 struct timespec php_req, php_rem;
/php-src/ext/pcntl/
H A Dpcntl.c974 struct timespec timeout; in PHP_FUNCTION()
/php-src/ext/fileinfo/
H A Dlibmagic.patch1162 - struct timespec ts;
1180 - struct timespec ts;
1210 -#define timespec timeval
1214 #define timespec timeval

Completed in 74 milliseconds