Home
last modified time | relevance | path

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

/system/extras/simpleperf/
DIOEventLoop_test.cpp41 return loop.ExitLoop(); in TEST()
80 loop.ExitLoop(); in TEST()
109 loop.ExitLoop(); in TEST()
137 loop.ExitLoop(); in TestPeriodicEvents()
212 return loop.ExitLoop(); in TEST()
228 IOEventRef wait_ref = loop.AddPeriodicEvent(tv, [&]() { return loop.ExitLoop(); }); in TEST()
251 ASSERT_TRUE(loop.ExitLoop()); in TEST()
Dworkload_test.cpp29 ASSERT_TRUE(loop.AddSignalEvent(SIGCHLD, [&]() { return loop.ExitLoop(); })); in TEST()
46 ASSERT_TRUE(loop.AddSignalEvent(SIGCHLD, [&]() { return loop.ExitLoop(); })); in run_signaled_workload()
65 ASSERT_TRUE(loop.AddSignalEvent(SIGCHLD, [&]() { return loop.ExitLoop(); })); in run_exit_nonzero_workload()
DIOEventLoop.h70 bool ExitLoop();
DIOEventLoop.cpp100 e->loop->ExitLoop(); in EventCallbackFn()
180 bool IOEventLoop::ExitLoop() { in ExitLoop() function in simpleperf::IOEventLoop
DRecordReadThread_test.cpp263 return loop.ExitLoop(); in TEST_F()
292 return loop.ExitLoop(); in TEST_F()
369 return loop.ExitLoop(); in TEST_F()
Dcmd_monitor.cpp268 auto exit_loop_callback = [loop]() { return loop->ExitLoop(); }; in PrepareMonitoring()
283 [loop]() { return loop->ExitLoop(); })) { in PrepareMonitoring()
Devent_selection_set.cpp816 return loop_->ExitLoop(); in CheckMonitoredTargets()
828 return loop_->ExitLoop(); in CheckMonitoredTargets()
Dcmd_record.cpp592 auto exit_loop_callback = [loop]() { return loop->ExitLoop(); }; in PrepareRecording()
611 [loop]() { return loop->ExitLoop(); })) { in PrepareRecording()
1325 return event_selection_set_.GetIOEventLoop()->ExitLoop(); in ProcessRecord()
1490 return loop->ExitLoop(); in ProcessControlCmd()
Denvironment.cpp642 return loop.ExitLoop(); in RunCmdInApp()
646 if (!loop.AddSignalEvent(SIGCHLD, [&]() { return loop.ExitLoop(); })) { in RunCmdInApp()
DRecordReadThread.cpp361 result = loop.ExitLoop(); in HandleCmd()
Dcmd_stat.cpp567 auto exit_loop_callback = [loop]() { return loop->ExitLoop(); }; in Run()