Searched refs:ExitLoop (Results 1 – 12 of 12) sorted by relevance
39 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()
28 return loop.ExitLoop(); in TEST()47 return loop.ExitLoop(); in run_signaled_workload()68 return loop.ExitLoop(); in run_exit_nonzero_workload()
95 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()
68 bool ExitLoop();
99 e->loop->ExitLoop(); in EventCallbackFn()183 bool IOEventLoop::ExitLoop() { in ExitLoop() function in IOEventLoop
241 return loop.ExitLoop(); in TEST_F()270 return loop.ExitLoop(); in TEST_F()351 return loop.ExitLoop(); in TEST_F()
677 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()
492 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()
101 return loop_.ExitLoop(); in Run()
728 [&]() { need_to_stop_child = true; return loop.ExitLoop(); })) { in RunCmdInApp()731 if (!loop.AddSignalEvent(SIGCHLD, [&]() { return loop.ExitLoop(); })) { in RunCmdInApp()
335 result = loop.ExitLoop(); in HandleCmd()
478 return loop->ExitLoop(); in Run()