Home
last modified time | relevance | path

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

/PHP-8.3/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.3/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.3/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.c278 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-8.3/Zend/
H A Dzend_hrtime.h88 struct timespec ts = { .tv_sec = 0, .tv_nsec = 0 }; in zend_hrtime()
/PHP-8.3/sapi/fpm/fpm/events/
H A Dkqueue.c117 struct timespec t; in fpm_event_kqueue_wait()
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_perf_dump.c111 struct timespec ts; in zend_perf_timestamp()
/PHP-8.3/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.3/ext/standard/
H A Dbasic_functions.c1185 struct timespec php_req, php_rem;
1224 struct timespec php_req, php_rem;
/PHP-8.3/ext/pcntl/
H A Dpcntl.c777 struct timespec timeout; in pcntl_sigwaitinfo()
/PHP-8.3/ext/fileinfo/
H A Dlibmagic.patch1160 - struct timespec ts;
1178 - struct timespec ts;
1208 -#define timespec timeval
1212 #define timespec timeval

Completed in 56 milliseconds