Home
last modified time | relevance | path

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

/PHP-5.5/win32/
H A Dtime.h51 PHPAPI int nanosleep( const struct timespec * rqtp, struct timespec * rmtp );
H A Dtime.c110 PHPAPI int nanosleep( const struct timespec * rqtp, struct timespec * rmtp ) in nanosleep() function
/PHP-5.5/ext/pdo_sqlite/
H A Dconfig.m4101 AC_CHECK_FUNCS(usleep nanosleep)
/PHP-5.5/
H A Dconfigure.in687 nanosleep \
690 dnl Some systems (like OpenSolaris) do not have nanosleep in libc
691 PHP_CHECK_FUNC_LIB(nanosleep, rt)
H A DNEWS4684 . Fixed bug #50345 (nanosleep not detected properly on some solaris versions).
5315 - Fixed bug #50345 (nanosleep not detected properly on some solaris versions).
/PHP-5.5/ext/standard/
H A Dbasic_functions.c4511 if (!nanosleep(&php_req, &php_rem)) {
4555 while (nanosleep(&php_req, &php_rem)) {
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c31617 nanosleep(&sp, NULL);

Completed in 382 milliseconds