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.cc2881 void BlockUntilStopped(WaitableEvent* task_start_event, in BlockUntilStopped() argument
2883 task_start_event->Signal(); in BlockUntilStopped()
2902 WaitableEvent task_start_event(WaitableEvent::ResetPolicy::AUTOMATIC, in TEST_F() local
2907 FROM_HERE, Bind(&BlockUntilStopped, &task_start_event, &task_stop_event)); in TEST_F()
2908 task_start_event.Wait(); in TEST_F()
2956 void SetBlockingFlagAndBlockUntilStopped(WaitableEvent* task_start_event, in SetBlockingFlagAndBlockUntilStopped() argument
2959 BlockUntilStopped(task_start_event, task_stop_event); in SetBlockingFlagAndBlockUntilStopped()
2974 WaitableEvent task_start_event(WaitableEvent::ResetPolicy::AUTOMATIC, in TEST_F() local
2979 FROM_HERE, Bind(&SetBlockingFlagAndBlockUntilStopped, &task_start_event, in TEST_F()
2981 task_start_event.Wait(); in TEST_F()
[all …]