Lines Matching refs:TestThread

84 class TestThread {  class
86 TestThread(volatile int32_t* futex_addr, in TestThread() function in TestThread
107 TestThread(const TestThread &) = delete;
108 TestThread& operator=(const TestThread &) = delete;
110 ~TestThread() { in ~TestThread()
161 TestThread* thread = reinterpret_cast<TestThread*>(thread_arg); in wakeup_test_thread()
196 TestThread thread(&futex_value); in TestFutexWakeup()
207 TestThread thread1(&futex_value); in TestFutexWakeupLimit()
208 TestThread thread2(&futex_value); in TestFutexWakeupLimit()
209 TestThread thread3(&futex_value); in TestFutexWakeupLimit()
210 TestThread thread4(&futex_value); in TestFutexWakeupLimit()
236 TestThread thread1(&futex_value1); in TestFutexWakeupAddress()
237 TestThread thread2(&futex_value2); in TestFutexWakeupAddress()
261 TestThread thread(&futex_value); in TestFutexUnqueuedOnTimeout()
275 TestThread thread1(&futex_value); in TestFutexUnqueuedOnTimeout_2()
276 TestThread thread2(&futex_value, ZX_MSEC(200)); in TestFutexUnqueuedOnTimeout_2()
282 TestThread thread3(&futex_value); in TestFutexUnqueuedOnTimeout_2()
293 TestThread thread1(&futex_value, ZX_MSEC(400)); in TestFutexUnqueuedOnTimeout_3()
294 TestThread thread2(&futex_value); in TestFutexUnqueuedOnTimeout_3()
295 TestThread thread3(&futex_value); in TestFutexUnqueuedOnTimeout_3()
302 TestThread thread4(&futex_value); in TestFutexUnqueuedOnTimeout_3()
334 TestThread thread1(&futex_value1); in TestFutexRequeue()
335 TestThread thread2(&futex_value1); in TestFutexRequeue()
336 TestThread thread3(&futex_value1); in TestFutexRequeue()
337 TestThread thread4(&futex_value1); in TestFutexRequeue()
338 TestThread thread5(&futex_value1); in TestFutexRequeue()
339 TestThread thread6(&futex_value1); in TestFutexRequeue()
374 TestThread thread1(&futex_value1, timeout_in_ns); in TestFutexRequeueUnqueuedOnTimeout()
379 TestThread thread2(&futex_value2); in TestFutexRequeueUnqueuedOnTimeout()
401 TestThread thread(&futex_value); in TestFutexThreadKilled()
420 TestThread thread(&futex_value); in TestFutexThreadSuspended()