Home
last modified time | relevance | path

Searched refs:WaitUntilThreadSleep (Results 1 – 3 of 3) sorted by relevance

/bionic/tests/
Dpthread_test.cpp986 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 …]
Dstdio_ext_test.cpp252 WaitUntilThreadSleep(pid); in TEST()
Dutils.h149 static inline void WaitUntilThreadSleep(std::atomic<pid_t>& tid) { in WaitUntilThreadSleep() function