Searched refs:thread_sync_ (Results 1 – 1 of 1) sorted by relevance
28 thread_sync_(WaitableEvent::ResetPolicy::MANUAL, in MessageLoopTaskRunnerTest()49 thread_sync_.Signal(); in TearDown()88 void UnblockTaskThread() { thread_sync_.Signal(); } in UnblockTaskThread()90 void BlockTaskThreadHelper() { thread_sync_.Wait(); } in BlockTaskThreadHelper()98 base::WaitableEvent thread_sync_; member in base::MessageLoopTaskRunnerTest