Lines Matching refs:usleep
43637 if( microseconds%1000000 ) usleep(microseconds%1000000);175093 ** a second. Examples: All windows systems, unix systems with usleep() */175118 /* This case for unix systems that lack usleep() support. Sleeping