Home
last modified time | relevance | path

Searched refs:ExitLoop (Results 1 – 12 of 12) 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()
DUnixSocket_test.cpp95 auto close_connection_callback = [&]() { return loop.ExitLoop(); }; in ClientToTestUndelayedMessage()
129 auto close_connection_callback = [&]() { return loop.ExitLoop(); }; in TEST()
154 auto close_connection_callback = [&]() { return loop.ExitLoop(); }; in ClientToTestBufferedMessage()
201 auto close_connection_callback = [&]() { return loop.ExitLoop(); }; in TEST()
DIOEventLoop.h68 bool ExitLoop();
DIOEventLoop.cpp99 e->loop->ExitLoop(); in EventCallbackFn()
183 bool IOEventLoop::ExitLoop() { in ExitLoop() function in IOEventLoop
DRecordReadThread_test.cpp241 return loop.ExitLoop(); in TEST_F()
270 return loop.ExitLoop(); in TEST_F()
351 return loop.ExitLoop(); in TEST_F()
Devent_selection_set.cpp677 return loop_->ExitLoop(); in FinishReadMmapEventData()
701 if (!loop_->AddPeriodicEvent(tv, [&]() { return loop_->ExitLoop(); })) { in FinishReadMmapEventData()
865 return loop_->ExitLoop(); in CheckMonitoredTargets()
877 return loop_->ExitLoop(); in CheckMonitoredTargets()
Dcmd_record.cpp492 return loop->ExitLoop(); in PrepareRecording()
512 [loop]() { return loop->ExitLoop(); })) { in PrepareRecording()
1185 return event_selection_set_.GetIOEventLoop()->ExitLoop(); in ProcessRecord()
1327 return loop->ExitLoop(); in ProcessControlCmd()
Dinplace_sampler_lib.cpp101 return loop_.ExitLoop(); in Run()
Denvironment.cpp728 [&]() { need_to_stop_child = true; return loop.ExitLoop(); })) { in RunCmdInApp()
731 if (!loop.AddSignalEvent(SIGCHLD, [&]() { return loop.ExitLoop(); })) { in RunCmdInApp()
DRecordReadThread.cpp335 result = loop.ExitLoop(); in HandleCmd()
Dcmd_stat.cpp478 return loop->ExitLoop(); in Run()