Lines Matching refs:thread2
208 TestThread thread2(&futex_value); in TestFutexWakeupLimit() local
217 thread2.assert_thread_woken(); in TestFutexWakeupLimit()
237 TestThread thread2(&futex_value2); in TestFutexWakeupAddress() local
241 thread2.assert_thread_not_woken(); in TestFutexWakeupAddress()
245 thread2.assert_thread_not_woken(); in TestFutexWakeupAddress()
249 thread2.assert_thread_woken(); in TestFutexWakeupAddress()
276 TestThread thread2(&futex_value, ZX_MSEC(200)); in TestFutexUnqueuedOnTimeout_2() local
277 ASSERT_TRUE(thread2.wait_for_timeout()); in TestFutexUnqueuedOnTimeout_2()
294 TestThread thread2(&futex_value); in TestFutexUnqueuedOnTimeout_3() local
304 thread2.assert_thread_woken(); in TestFutexUnqueuedOnTimeout_3()
335 TestThread thread2(&futex_value1); in TestFutexRequeue() local
347 thread2.assert_thread_woken(); in TestFutexRequeue()
379 TestThread thread2(&futex_value2); in TestFutexRequeueUnqueuedOnTimeout() local
383 thread2.assert_thread_not_woken(); in TestFutexRequeueUnqueuedOnTimeout()
389 thread2.assert_thread_woken(); in TestFutexRequeueUnqueuedOnTimeout()
522 thrd_t thread1, thread2, thread3; in TestEventSignaling() local
526 thrd_create_with_name(&thread2, signal_thread2, NULL, "thread 2"); in TestEventSignaling()
536 thrd_join(thread2, NULL); in TestEventSignaling()