Searched refs:timespec (Results 1 – 10 of 10) sorted by relevance
/PHP-5.3/win32/ |
H A D | time.h | 31 #ifndef timespec 32 struct timespec struct 51 PHPAPI int nanosleep( const struct timespec * rqtp, struct timespec * rmtp ); argument
|
H A D | time.c | 110 PHPAPI int nanosleep( const struct timespec * rqtp, struct timespec * rmtp ) in nanosleep()
|
/PHP-5.3/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-5.3/sapi/fpm/fpm/events/ |
H A D | kqueue.c | 121 struct timespec t; in fpm_event_kqueue_wait()
|
/PHP-5.3/ext/fileinfo/libmagic/ |
H A D | cdf.h | 40 #define timespec timeval macro 44 #define timespec timeval macro
|
/PHP-5.3/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-5.3/ext/fileinfo/ |
H A D | libmagic.patch | 864 - struct timespec ts; 873 - struct timespec ts; 900 #define timespec timeval 919 -struct timespec; 920 -int cdf_timestamp_to_timespec(struct timespec *, cdf_timestamp_t); 921 -int cdf_timespec_to_timestamp(cdf_timestamp_t *, const struct timespec *); 935 -cdf_timestamp_to_timespec(struct timespec *ts, cdf_timestamp_t t) 964 -cdf_timespec_to_timestamp(cdf_timestamp_t *t, const struct timespec *ts) 982 - struct timespec ts; 2557 - struct timespec ts;
|
/PHP-5.3/ext/pcntl/ |
H A D | pcntl.c | 979 struct timespec timeout; in pcntl_sigwaitinfo()
|
/PHP-5.3/ext/standard/ |
H A D | basic_functions.c | 4493 struct timespec php_req, php_rem; 4531 struct timespec php_req, php_rem;
|
/PHP-5.3/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 29838 struct timespec sp; 29882 struct timespec sNow; 30279 extern int gethostuuid(uuid_t id, const struct timespec *wait); 30290 static const struct timespec timeout = {1, 0}; /* 1 sec timeout */ 30389 struct timespec conchModTime;
|
Completed in 337 milliseconds