Searched refs:WaitUntilThreadSleep (Results 1 – 3 of 3) sorted by relevance
986 WaitUntilThreadSleep(wakeup_arg.tid); in test_pthread_rwlock_reader_wakeup_writer()1053 WaitUntilThreadSleep(wakeup_arg.tid); in test_pthread_rwlock_writer_wakeup_reader()1146 WaitUntilThreadSleep(wakeup_arg.tid); in pthread_rwlock_timedrdlock_timeout_helper()1214 WaitUntilThreadSleep(wakeup_arg.tid); in pthread_rwlock_timedwrlock_timeout_helper()1347 WaitUntilThreadSleep(writer_tid); in TEST()1369 WaitUntilThreadSleep(writer_tid); in TEST()1374 WaitUntilThreadSleep(reader_tid); in TEST()2287 WaitUntilThreadSleep(tid); in test()2357 WaitUntilThreadSleep(helper->main_tid); in thread_fn()2385 WaitUntilThreadSleep(child_tid); in test()[all …]
252 WaitUntilThreadSleep(pid); in TEST()
149 static inline void WaitUntilThreadSleep(std::atomic<pid_t>& tid) { in WaitUntilThreadSleep() function