Home
last modified time | relevance | path

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

/PHP-8.2/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.2/ext/standard/
H A Dbasic_functions.c1192 if (!nanosleep(&php_req, &php_rem)) {
1236 while (nanosleep(&php_req, &php_rem)) {
/PHP-8.2/
H A Dconfigure.ac636 nanosleep \
652 dnl Some systems (like OpenSolaris) do not have nanosleep in libc.
653 PHP_CHECK_FUNC_LIB(nanosleep, rt)

Completed in 20 milliseconds