Searched refs:task_stop_event (Results 1 – 1 of 1) sorted by relevance
2882 WaitableEvent* task_stop_event) { in BlockUntilStopped() argument2884 task_stop_event->Wait(); in BlockUntilStopped()2904 WaitableEvent task_stop_event(WaitableEvent::ResetPolicy::AUTOMATIC, in TEST_F() local2907 FROM_HERE, Bind(&BlockUntilStopped, &task_start_event, &task_stop_event)); in TEST_F()2913 task_stop_event.Signal(); in TEST_F()2957 WaitableEvent* task_stop_event) { in SetBlockingFlagAndBlockUntilStopped() argument2959 BlockUntilStopped(task_start_event, task_stop_event); in SetBlockingFlagAndBlockUntilStopped()2976 WaitableEvent task_stop_event(WaitableEvent::ResetPolicy::AUTOMATIC, in TEST_F() local2980 &task_stop_event)); in TEST_F()2986 task_stop_event.Signal(); in TEST_F()[all …]