Searched refs:AddSignalEvents (Results 1 – 5 of 5) sorted by relevance
/system/extras/simpleperf/ |
D | IOEventLoop.h | 56 bool AddSignalEvents(std::vector<int> sigs,
|
D | IOEventLoop.cpp | 133 bool IOEventLoop::AddSignalEvents(std::vector<int> sigs, in AddSignalEvents() function in IOEventLoop
|
D | cmd_stat.cpp | 574 if (!loop->AddSignalEvents({SIGCHLD, SIGINT, SIGTERM, SIGHUP}, exit_loop_callback)) { in Run()
|
D | environment.cpp | 714 if (!loop.AddSignalEvents(stop_signals, in RunCmdInApp()
|
D | cmd_record.cpp | 537 if (!loop->AddSignalEvents({SIGCHLD, SIGINT, SIGTERM}, exit_loop_callback)) { in PrepareRecording()
|