Home
last modified time | relevance | path

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

/system/extras/simpleperf/
DIOEventLoop_test.cpp39 return loop.ExitLoop(); in TEST()
78 loop.ExitLoop(); in TEST()
107 loop.ExitLoop(); in TEST()
135 loop.ExitLoop(); in TestPeriodicEvents()
210 return loop.ExitLoop(); in TEST()
226 IOEventRef wait_ref = loop.AddPeriodicEvent(tv, [&]() { return loop.ExitLoop(); }); in TEST()
249 ASSERT_TRUE(loop.ExitLoop()); in TEST()
Dworkload_test.cpp28 return loop.ExitLoop(); in TEST()
47 return loop.ExitLoop(); in run_signaled_workload()
68 return loop.ExitLoop(); in run_exit_nonzero_workload()
DIOEventLoop.h68 bool ExitLoop();
DIOEventLoop.cpp99 e->loop->ExitLoop(); in EventCallbackFn()
183 bool IOEventLoop::ExitLoop() { in ExitLoop() function in IOEventLoop
DRecordReadThread_test.cpp259 return loop.ExitLoop(); in TEST_F()
288 return loop.ExitLoop(); in TEST_F()
365 return loop.ExitLoop(); in TEST_F()
Devent_selection_set.cpp797 return loop_->ExitLoop(); in CheckMonitoredTargets()
809 return loop_->ExitLoop(); in CheckMonitoredTargets()
Dcmd_record.cpp535 return loop->ExitLoop(); in PrepareRecording()
555 [loop]() { return loop->ExitLoop(); })) { in PrepareRecording()
1284 return event_selection_set_.GetIOEventLoop()->ExitLoop(); in ProcessRecord()
1444 return loop->ExitLoop(); in ProcessControlCmd()
Denvironment.cpp715 [&]() { need_to_stop_child = true; return loop.ExitLoop(); })) { in RunCmdInApp()
718 if (!loop.AddSignalEvent(SIGCHLD, [&]() { return loop.ExitLoop(); })) { in RunCmdInApp()
DRecordReadThread.cpp359 result = loop.ExitLoop(); in HandleCmd()
Dcmd_stat.cpp572 return loop->ExitLoop(); in Run()