Searched refs:timespec (Results 1 – 15 of 15) sorted by relevance
/PHP-8.0/win32/ |
H A D | time.h | 31 #if !defined(timespec) && _MSC_VER < 1900 32 struct timespec struct 53 PHPAPI int nanosleep( const struct timespec * rqtp, struct timespec * rmtp ); argument
|
H A D | time.c | 111 PHPAPI int nanosleep( const struct timespec * rqtp, struct timespec * rmtp ) in nanosleep()
|
/PHP-8.0/sapi/fpm/fpm/ |
H A D | fpm_clock.c | 20 struct timespec ts; in fpm_clock_init() 34 struct timespec ts; in fpm_clock_get()
|
/PHP-8.0/ext/fileinfo/libmagic/ |
H A D | cdf_time.c | 100 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 D | cdf.h | 44 #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 D | print.c | 251 struct timespec ts; in file_fmttime()
|
H A D | readcdf.c | 142 struct timespec ts; in cdf_file_property_info()
|
H A D | cdf.c | 1544 struct timespec ts; in cdf_dump_catalog()
|
/PHP-8.0/sapi/fpm/fpm/events/ |
H A D | kqueue.c | 117 struct timespec t; in fpm_event_kqueue_wait()
|
/PHP-8.0/ext/standard/ |
H A D | hrtime.c | 120 struct timespec ts = { .tv_sec = 0, .tv_nsec = 0 }; in _timer_current()
|
H A D | basic_functions.c | 1259 struct timespec php_req, php_rem; 1298 struct timespec php_req, php_rem;
|
/PHP-8.0/ext/opcache/jit/ |
H A D | zend_jit_perf_dump.c | 106 struct timespec ts; in zend_perf_timestamp()
|
/PHP-8.0/sapi/fpm/ |
H A D | config.m4 | 34 …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.0/ext/pcntl/ |
H A D | pcntl.c | 1063 struct timespec timeout; in pcntl_sigwaitinfo()
|
/PHP-8.0/ext/fileinfo/ |
H A D | libmagic.patch | 1246 - struct timespec ts; 1264 - struct timespec ts; 1297 -#define timespec timeval 1303 #define timespec timeval
|
Completed in 57 milliseconds