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

/haiku/src/system/libroot/posix/time/
H A Dnanosleep.c16 nanosleep(const struct timespec* time, struct timespec* remainingTime) function
/haiku/src/system/libroot/posix/libstdthreads/
H A Dthrd.c121 return (nanosleep(duration, remaining));
/haiku/headers/posix/
H A Dtime.h93 extern int nanosleep(const struct timespec *, struct timespec *);
/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DAll.h92 #define SLEEP(MILLISECONDS) { struct timespec t; t.tv_sec = (MILLISECONDS) / 1000; t.tv_nsec = (MILLISECONDS) % 1000 * 1000000; nanosleep(&t, NULL); }
/haiku/headers/cpp/
H A Dstl_alloc.h673 nanosleep(&__ts, 0);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2112 void nanosleep() {} function
H A Dlibroot_stubs_legacy.c2085 void nanosleep() {} function

Completed in 160 milliseconds