Home
last modified time | relevance | path

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

/PHP-7.4/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-7.4/sapi/fpm/fpm/
H A Dfpm_clock.c20 struct timespec ts; in fpm_clock_init()
35 struct timespec ts; in fpm_clock_get()
/PHP-7.4/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.c243 struct timespec ts; in file_fmttime()
H A Dreadcdf.c142 struct timespec ts; in cdf_file_property_info()
H A Dcdf.c1528 struct timespec ts; in cdf_dump_catalog()
/PHP-7.4/sapi/fpm/fpm/events/
H A Dkqueue.c119 struct timespec t; in fpm_event_kqueue_wait()
/PHP-7.4/ext/standard/
H A Dhrtime.c122 struct timespec ts = { .tv_sec = 0, .tv_nsec = 0 }; in _timer_current()
H A Dbasic_functions.c4600 struct timespec php_req, php_rem;
4639 struct timespec php_req, php_rem;
/PHP-7.4/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-7.4/ext/pcntl/
H A Dpcntl.c1225 struct timespec timeout; in pcntl_sigwaitinfo()
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch1301 - struct timespec ts;
1319 - struct timespec ts;
1352 -#define timespec timeval
1358 #define timespec timeval

Completed in 64 milliseconds