Home
last modified time | relevance | path

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

/PHP-5.6/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.6/ext/pdo_sqlite/
H A Dconfig.m4101 AC_CHECK_FUNCS(usleep nanosleep)
/PHP-5.6/
H A Dconfigure.in690 nanosleep \
693 dnl Some systems (like OpenSolaris) do not have nanosleep in libc
694 PHP_CHECK_FUNC_LIB(nanosleep, rt)
H A DNEWS6262 . Fixed bug #50345 (nanosleep not detected properly on some solaris versions).
6893 - Fixed bug #50345 (nanosleep not detected properly on some solaris versions).
/PHP-5.6/ext/standard/
H A Dbasic_functions.c4485 if (!nanosleep(&php_req, &php_rem)) {
4529 while (nanosleep(&php_req, &php_rem)) {
/PHP-5.6/ext/sqlite3/libsqlite/
H A Dsqlite3.c31617 nanosleep(&sp, NULL);

Completed in 583 milliseconds