Searched refs:timespec (Results 1 – 11 of 11) sorted by relevance
/PHP-7.0/win32/ |
H A D | time.h | 31 #if !defined(timespec) && _MSC_VER < 1900 32 struct timespec struct 51 PHPAPI int nanosleep( const struct timespec * rqtp, struct timespec * rmtp ); argument
|
H A D | time.c | 115 PHPAPI int nanosleep( const struct timespec * rqtp, struct timespec * rmtp ) in nanosleep()
|
/PHP-7.0/sapi/fpm/fpm/ |
H A D | fpm_clock.c | 22 struct timespec ts; in fpm_clock_init() 37 struct timespec ts; in fpm_clock_get()
|
/PHP-7.0/sapi/fpm/fpm/events/ |
H A D | kqueue.c | 121 struct timespec t; in fpm_event_kqueue_wait()
|
/PHP-7.0/ext/fileinfo/libmagic/ |
H A D | cdf.h | 40 #define timespec timeval macro 46 #define timespec timeval macro
|
H A D | cdf.c | 1420 struct timespec ts; in cdf_dump_catalog()
|
/PHP-7.0/ext/fileinfo/ |
H A D | libmagic.patch | 1077 - struct timespec ts; 1086 - struct timespec ts; 1124 #define timespec timeval 1130 #define timespec timeval 1135 -struct timespec; 1136 -int cdf_timestamp_to_timespec(struct timespec *, cdf_timestamp_t); 1151 -cdf_timestamp_to_timespec(struct timespec *ts, cdf_timestamp_t t) 1172 -cdf_timespec_to_timestamp(cdf_timestamp_t *t, const struct timespec *ts) 1190 - struct timespec ts; 3094 - struct timespec ts; [all …]
|
/PHP-7.0/sapi/fpm/ |
H A D | config.m4 | 40 AC_TRY_LINK([ #include <time.h> ], [struct timespec ts; clock_gettime(CLOCK_MONOTONIC, &ts);], [ 53 AC_TRY_LINK([ #include <time.h> ], [struct timespec ts; clock_gettime(CLOCK_MONOTONIC, &ts);], [
|
/PHP-7.0/ext/pcntl/ |
H A D | pcntl.c | 1086 struct timespec timeout; in pcntl_sigwaitinfo()
|
/PHP-7.0/ext/standard/ |
H A D | basic_functions.c | 4478 struct timespec php_req, php_rem; 4516 struct timespec php_req, php_rem;
|
/PHP-7.0/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 35519 struct timespec sp; 35565 struct timespec sNow; 35968 extern int gethostuuid(uuid_t id, const struct timespec *wait); 35979 struct timespec timeout = {1, 0}; /* 1 sec timeout */ 36079 struct timespec conchModTime;
|
Completed in 807 milliseconds