Searched refs:task_start_event (Results 1 – 1 of 1) sorted by relevance
2702 void BlockUntilStopped(WaitableEvent* task_start_event, in BlockUntilStopped() argument2704 task_start_event->Signal(); in BlockUntilStopped()2723 WaitableEvent task_start_event(WaitableEvent::ResetPolicy::AUTOMATIC, in TEST_F() local2729 BindOnce(&BlockUntilStopped, &task_start_event, &task_stop_event)); in TEST_F()2730 task_start_event.Wait(); in TEST_F()2758 void SetBlockingFlagAndBlockUntilStopped(WaitableEvent* task_start_event, in SetBlockingFlagAndBlockUntilStopped() argument2761 BlockUntilStopped(task_start_event, task_stop_event); in SetBlockingFlagAndBlockUntilStopped()2776 WaitableEvent task_start_event(WaitableEvent::ResetPolicy::AUTOMATIC, in TEST_F() local2782 &task_start_event, &task_stop_event)); in TEST_F()2783 task_start_event.Wait(); in TEST_F()[all …]