Home
last modified time | relevance | path

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

/PHP-5.5/win32/
H A Dtime.h31 #ifndef timespec
32 struct timespec struct
51 PHPAPI int nanosleep( const struct timespec * rqtp, struct timespec * rmtp ); argument
H A Dtime.c110 PHPAPI int nanosleep( const struct timespec * rqtp, struct timespec * rmtp ) in nanosleep()
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_clock.c22 struct timespec ts; in fpm_clock_init()
37 struct timespec ts; in fpm_clock_get()
/PHP-5.5/sapi/fpm/fpm/events/
H A Dkqueue.c121 struct timespec t; in fpm_event_kqueue_wait()
/PHP-5.5/ext/fileinfo/libmagic/
H A Dcdf.h40 #define timespec timeval macro
46 #define timespec timeval macro
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch1045 - struct timespec ts;
1054 - struct timespec ts;
1081 #define timespec timeval
1087 #define timespec timeval
1105 -struct timespec;
1106 -int cdf_timestamp_to_timespec(struct timespec *, cdf_timestamp_t);
1121 -cdf_timestamp_to_timespec(struct timespec *ts, cdf_timestamp_t t)
1151 -cdf_timespec_to_timestamp(cdf_timestamp_t *t, const struct timespec *ts)
1169 - struct timespec ts;
2800 - struct timespec ts;
[all …]
/PHP-5.5/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-5.5/ext/pcntl/
H A Dpcntl.c986 struct timespec timeout; in pcntl_sigwaitinfo()
/PHP-5.5/ext/standard/
H A Dbasic_functions.c4494 struct timespec php_req, php_rem;
4532 struct timespec php_req, php_rem;
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c31613 struct timespec sp;
31659 struct timespec sNow;
32062 extern int gethostuuid(uuid_t id, const struct timespec *wait);
32073 struct timespec timeout = {1, 0}; /* 1 sec timeout */
32173 struct timespec conchModTime;

Completed in 602 milliseconds