Searched refs:thread_sync_ (Results 1 – 1 of 1) sorted by relevance
29 thread_sync_(WaitableEvent::ResetPolicy::MANUAL, in MessageLoopTaskRunnerTest()50 thread_sync_.Signal(); in TearDown()89 void UnblockTaskThread() { thread_sync_.Signal(); } in UnblockTaskThread()91 void BlockTaskThreadHelper() { thread_sync_.Wait(); } in BlockTaskThreadHelper()99 base::WaitableEvent thread_sync_; member in base::MessageLoopTaskRunnerTest