Home
last modified time | relevance | path

Searched refs:BlockUntilStopped (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() function
2907 FROM_HERE, Bind(&BlockUntilStopped, &task_start_event, &task_stop_event)); in TEST_F()
2959 BlockUntilStopped(task_start_event, task_stop_event); in SetBlockingFlagAndBlockUntilStopped()
3008 FROM_HERE, Bind(&BlockUntilStopped, &task_start_event, &task_stop_event)); in TEST_F()
3023 FROM_HERE, Bind(&BlockUntilStopped, &task_start_event, &task_stop_event)); in TEST_F()