Home
last modified time | relevance | path

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

/external/libchrome/base/trace_event/
Dtrace_event_unittest.cc2882 WaitableEvent* task_stop_event) { in BlockUntilStopped() argument
2884 task_stop_event->Wait(); in BlockUntilStopped()
2904 WaitableEvent task_stop_event(WaitableEvent::ResetPolicy::AUTOMATIC, in TEST_F() local
2907 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() argument
2959 BlockUntilStopped(task_start_event, task_stop_event); in SetBlockingFlagAndBlockUntilStopped()
2976 WaitableEvent task_stop_event(WaitableEvent::ResetPolicy::AUTOMATIC, in TEST_F() local
2980 &task_stop_event)); in TEST_F()
2986 task_stop_event.Signal(); in TEST_F()
[all …]