Home
last modified time | relevance | path

Searched refs:AddSignalEvents (Results 1 – 6 of 6) sorted by relevance

/system/extras/simpleperf/
DIOEventLoop.h59 bool AddSignalEvents(std::vector<int> sigs, const std::function<bool()>& callback);
DIOEventLoop.cpp131 bool IOEventLoop::AddSignalEvents(std::vector<int> sigs, const std::function<bool()>& callback) { in AddSignalEvents() function in simpleperf::IOEventLoop
Dcmd_monitor.cpp269 if (!loop->AddSignalEvents({SIGCHLD, SIGINT, SIGTERM}, exit_loop_callback)) { in PrepareMonitoring()
Dcmd_stat.cpp568 if (!loop->AddSignalEvents({SIGCHLD, SIGINT, SIGTERM, SIGHUP}, exit_loop_callback)) { in Run()
Denvironment.cpp640 if (!loop.AddSignalEvents(stop_signals, [&]() { in RunCmdInApp()
Dcmd_record.cpp593 if (!loop->AddSignalEvents({SIGCHLD, SIGINT, SIGTERM}, exit_loop_callback)) { in PrepareRecording()