Home
last modified time | relevance | path

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

/PHP-8.1/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-8.1/sapi/fpm/fpm/
H A Dfpm_clock.c20 struct timespec ts; in fpm_clock_init()
34 struct timespec ts; in fpm_clock_get()
/PHP-8.1/ext/fileinfo/libmagic/
H A Dcdf_time.c100 cdf_timestamp_to_timespec(struct timespec *ts, cdf_timestamp_t t) in cdf_timestamp_to_timespec()
148 cdf_timespec_to_timestamp(cdf_timestamp_t *t, const struct timespec *ts) in cdf_timespec_to_timestamp()
185 struct timespec ts; in main()
H A Dcdf.h44 #define timespec timeval macro
285 struct timespec;
286 int cdf_timestamp_to_timespec(struct timespec *, cdf_timestamp_t);
287 int cdf_timespec_to_timestamp(cdf_timestamp_t *, const struct timespec *);
H A Dprint.c251 struct timespec ts; in file_fmttime()
H A Dreadcdf.c142 struct timespec ts; in cdf_file_property_info()
H A Dcdf.c1544 struct timespec ts; in cdf_dump_catalog()
/PHP-8.1/sapi/fpm/fpm/events/
H A Dkqueue.c117 struct timespec t; in fpm_event_kqueue_wait()
/PHP-8.1/ext/standard/
H A Dhrtime.c120 struct timespec ts = { .tv_sec = 0, .tv_nsec = 0 }; in _timer_current()
H A Dbasic_functions.c1253 struct timespec php_req, php_rem;
1292 struct timespec php_req, php_rem;
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_perf_dump.c109 struct timespec ts; in zend_perf_timestamp()
/PHP-8.1/sapi/fpm/
H A Dconfig.m434 …AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <time.h>]], [[struct timespec ts; clock_gettime(CLOCK_M…
47 …AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <time.h>]], [[struct timespec ts; clock_gettime(CLOCK_M…
/PHP-8.1/ext/pcntl/
H A Dpcntl.c1109 struct timespec timeout; in pcntl_sigwaitinfo()
/PHP-8.1/ext/fileinfo/
H A Dlibmagic.patch1209 - struct timespec ts;
1227 - struct timespec ts;
1260 -#define timespec timeval
1266 #define timespec timeval

Completed in 52 milliseconds