rqtp 115 win32/time.c PHPAPI int nanosleep( const struct timespec * rqtp, struct timespec * rmtp ) rqtp 117 win32/time.c if (rqtp->tv_nsec > 999999999) { rqtp 122 win32/time.c return usleep( rqtp->tv_sec * 1000000 + rqtp->tv_nsec / 1000 ); rqtp 51 win32/time.h PHPAPI int nanosleep( const struct timespec * rqtp, struct timespec * rmtp );