Home
last modified time | relevance | path

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

/PHP-8.1/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.1/ext/standard/
H A Dbasic_functions.c1271 if (!nanosleep(&php_req, &php_rem)) {
1315 while (nanosleep(&php_req, &php_rem)) {
/PHP-8.1/
H A Dconfigure.ac618 nanosleep \
627 dnl Some systems (like OpenSolaris) do not have nanosleep in libc.
628 PHP_CHECK_FUNC_LIB(nanosleep, rt)

Completed in 14 milliseconds