Searched refs:waiter2 (Results 1 – 9 of 9) sorted by relevance
170 WaiterThread waiter2 = new WaiterThread(future); in testRemoveWaiter_interruption() local171 waiter2.start(); in testRemoveWaiter_interruption()172 waiter2.awaitWaiting(); in testRemoveWaiter_interruption()179 waiter2.awaitWaiting(); // should still be blocked in testRemoveWaiter_interruption()181 LockSupport.unpark(waiter2); // spurious wakeup in testRemoveWaiter_interruption()182 waiter2.awaitWaiting(); // should eventually re-park in testRemoveWaiter_interruption()185 waiter2.join(); in testRemoveWaiter_interruption()
358 std::thread waiter2 = support::make_test_thread([&]() { in test_futex_syscall() local374 waiter2.join(); in test_futex_syscall()
588 auto waiter2 = CreatePool(1); in TEST_P() local590 waiter2->Schedule([this] { this->Waiter2(); }); in TEST_P()611 waiter2.reset(); // "join" waiter2 in TEST_P()
587 auto waiter2 = CreatePool(1); in TEST_P() local589 waiter2->Schedule([this] { this->Waiter2(); }); in TEST_P()610 waiter2.reset(); // "join" waiter2 in TEST_P()