Home
last modified time | relevance | path

Searched refs:timespec (Results 1 – 11 of 11) sorted by last modified time

/PHP-7.1/win32/
H A Dtime.c115 PHPAPI int nanosleep( const struct timespec * rqtp, struct timespec * rmtp ) in nanosleep()
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
/PHP-7.1/sapi/fpm/fpm/
H A Dfpm_clock.c21 struct timespec ts; in fpm_clock_init()
36 struct timespec ts; in fpm_clock_get()
/PHP-7.1/sapi/fpm/
H A Dconfig.m440 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.1/sapi/fpm/fpm/events/
H A Dkqueue.c121 struct timespec t; in fpm_event_kqueue_wait()
/PHP-7.1/ext/standard/
H A Dbasic_functions.c4561 struct timespec php_req, php_rem;
4599 struct timespec php_req, php_rem;
/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c38984 struct timespec sp;
39030 struct timespec sNow;
39433 extern int gethostuuid(uuid_t id, const struct timespec *wait);
39444 struct timespec timeout = {1, 0}; /* 1 sec timeout */
39544 struct timespec conchModTime;
/PHP-7.1/ext/pcntl/
H A Dpcntl.c1152 struct timespec timeout; in pcntl_sigwaitinfo()
/PHP-7.1/ext/fileinfo/libmagic/
H A Dcdf.c1419 struct timespec ts; in cdf_dump_catalog()
H A Dcdf.h40 #define timespec timeval macro
46 #define timespec timeval macro
/PHP-7.1/ext/fileinfo/
H A Dlibmagic.patch1077 - 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 …]

Completed in 465 milliseconds