Home
last modified time | relevance | path

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

/PHP-7.2/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.c113 PHPAPI int nanosleep( const struct timespec * rqtp, struct timespec * rmtp ) in nanosleep()
/PHP-7.2/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.2/sapi/fpm/fpm/events/
H A Dkqueue.c121 struct timespec t; in fpm_event_kqueue_wait()
/PHP-7.2/ext/fileinfo/libmagic/
H A Dcdf.h40 #define timespec timeval macro
46 #define timespec timeval macro
H A Dcdf.c1543 struct timespec ts; in cdf_dump_catalog()
/PHP-7.2/ext/fileinfo/
H A Dlibmagic.patch1051 - struct timespec ts;
1060 - struct timespec ts;
1087 #define timespec timeval
1093 #define timespec timeval
1098 -struct timespec;
1099 -int cdf_timestamp_to_timespec(struct timespec *, cdf_timestamp_t);
1114 -cdf_timestamp_to_timespec(struct timespec *ts, cdf_timestamp_t t)
1135 -cdf_timespec_to_timestamp(cdf_timestamp_t *t, const struct timespec *ts)
1153 - struct timespec ts;
3060 - struct timespec ts;
[all …]
/PHP-7.2/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.2/ext/pcntl/
H A Dpcntl.c1165 struct timespec timeout; in pcntl_sigwaitinfo()
/PHP-7.2/ext/standard/
H A Dbasic_functions.c4566 struct timespec php_req, php_rem;
4605 struct timespec php_req, php_rem;
/PHP-7.2/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;

Completed in 676 milliseconds