Home
last modified time | relevance | path

Searched refs:task_start_event (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/trace_event/
Dtrace_event_unittest.cc2702 void BlockUntilStopped(WaitableEvent* task_start_event, in BlockUntilStopped() argument
2704 task_start_event->Signal(); in BlockUntilStopped()
2723 WaitableEvent task_start_event(WaitableEvent::ResetPolicy::AUTOMATIC, in TEST_F() local
2729 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() argument
2761 BlockUntilStopped(task_start_event, task_stop_event); in SetBlockingFlagAndBlockUntilStopped()
2776 WaitableEvent task_start_event(WaitableEvent::ResetPolicy::AUTOMATIC, in TEST_F() local
2782 &task_start_event, &task_stop_event)); in TEST_F()
2783 task_start_event.Wait(); in TEST_F()
[all …]