Home
last modified time | relevance | path

Searched refs:SLEEP_100_MS (Results 1 – 5 of 5) sorted by relevance

/third_party/musl/libc-test/src/functionalext/thread/
Dpthread_rwlock_wrlock.c30 Msleep(SLEEP_100_MS); in RwlockClockRealTimeOut1()
40 GetDelayedTimeByClockid(&ts, SLEEP_100_MS, CLOCK_REALTIME); in RwlockClockRealTimeOut2()
62 GetDelayedTimeByClockid(&ts, SLEEP_100_MS, clock_id); in RwlockClockRealTimeWait2()
72 Msleep(SLEEP_100_MS); in RwlockClockMonotonicTimeOut1()
82 GetDelayedTimeByClockid(&ts, SLEEP_100_MS, CLOCK_MONOTONIC); in RwlockClockMonotonicTimeOut2()
103 GetDelayedTimeByClockid(&ts, SLEEP_100_MS, CLOCK_MONOTONIC); in RwlockClockMonotonicTimeWait2()
113 Msleep(SLEEP_100_MS); in RwlockMonotonicTime1()
123 GetDelayedTimeByClockid(&ts, SLEEP_100_MS, CLOCK_MONOTONIC); in RwlockMonotonicTime2()
144 GetDelayedTimeByClockid(&ts, SLEEP_100_MS, CLOCK_MONOTONIC); in RwlockMonotonicTime4()
181 GetDelayedTimeByClockid(&ts, SLEEP_100_MS, clock_id); in pthread_rwlock_timedwrlock_0020()
[all …]
Dpthread_cond_timedwait.c157 unsigned int ms = SLEEP_100_MS; in pthread_cond_timeout_np_0010()
256 Msleep(SLEEP_100_MS); in clockwait_timedwait_0010()
270 GetDelayedTimeByClockid(&ts, SLEEP_100_MS, clock_id); in ClockWaitTimeOut()
334 Msleep(SLEEP_100_MS); in clockwait_timedwait_0030()
348 GetDelayedTimeByClockid(&ts, SLEEP_100_MS, clock_id); in ClockWaitTimeOut2()
449 GetDelayedTimeByClockid(&ts, SLEEP_100_MS, CLOCK_REALTIME); in ClockWaitTimeMismatch3()
492 GetDelayedTimeByClockid(&ts, SLEEP_100_MS, CLOCK_MONOTONIC); in ClockWaitTimeMismatch5()
511 Msleep(SLEEP_100_MS); in clockwait_timedwait_0070()
559 Msleep(SLEEP_100_MS); in monotonic_timewait_0010()
572 GetDelayedTimeByClockid(&ts, SLEEP_100_MS, CLOCK_MONOTONIC); in PthreadCondMonotonicTimeOut()
[all …]
Dpthread_mutex_ext.c50 Msleep(SLEEP_100_MS); in pthread_mutex_clocklock_0010()
118 Msleep(SLEEP_100_MS); in pthread_mutex_clocklock_0030()
265 Msleep(SLEEP_100_MS); in pthread_mutex_timedlock_monotonic_np_0010()
334 Msleep(SLEEP_100_MS); in pthread_mutex_lock_timeout_np_0010()
Dpthread_rwlock_rdlock.c67 Msleep(SLEEP_100_MS); in PthreadClockRdlockOutRealTimeW1()
152 Msleep(SLEEP_100_MS); in PthreadClockRdlockOutMonoTimeW1()
236 Msleep(SLEEP_100_MS); in PthreadTimedRdlockMonoNPOutW1()
/third_party/musl/libc-test/src/functionalext/common/
Dpthread_util.h45 #define SLEEP_100_MS 100 macro