Home
last modified time | relevance | path

Searched refs:nanosleep (Results 1 – 4 of 4) sorted by relevance

/PHP-8.0/win32/
H A Dtime.h53 PHPAPI int nanosleep( const struct timespec * rqtp, struct timespec * rmtp );
H A Dtime.c111 PHPAPI int nanosleep( const struct timespec * rqtp, struct timespec * rmtp ) in nanosleep() function
/PHP-8.0/
H A Dconfigure.ac609 nanosleep \
615 dnl Some systems (like OpenSolaris) do not have nanosleep in libc.
616 PHP_CHECK_FUNC_LIB(nanosleep, rt)
/PHP-8.0/ext/standard/
H A Dbasic_functions.c1277 if (!nanosleep(&php_req, &php_rem)) {
1321 while (nanosleep(&php_req, &php_rem)) {

Completed in 16 milliseconds