Home
last modified time | relevance | path

Searched refs:SLEEP_10_MS (Results 1 – 2 of 2) sorted by relevance

/third_party/musl/libc-test/src/functionalext/thread/
Dpthread_cond_timedwait.c64 ts.tv_nsec += SLEEP_10_MS*MS_PER_S*MS_PER_S; in pthread_cond_timedwait_0010()
114 ts.tv_nsec += SLEEP_10_MS*MS_PER_S*MS_PER_S; in pthread_cond_timedwait_time64_0010()
139 ts.tv_nsec += SLEEP_10_MS*MS_PER_S*MS_PER_S; in pthread_cond_timedwait_monotonic_np_0010()
196 ts.tv_nsec += SLEEP_10_MS*MS_PER_S*MS_PER_S; in pthread_cond_clockwait_0010()
/third_party/musl/libc-test/src/functionalext/common/
Dpthread_util.h49 #define SLEEP_10_MS 10 macro