Searched refs:__micro_sec (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/libcxx/include/__support/ibm/
H A Dnanosleep.h24 useconds_t __micro_sec = local
27 if (__micro_sec > 999999) {
29 __micro_sec -= 1000000;
36 __rem->tv_nsec = __micro_sec * 1000;
41 if (__micro_sec) {
42 int __rt = usleep(__micro_sec);
47 __rem->tv_nsec = __micro_sec * 1000;

Completed in 78 milliseconds