Home
last modified time | relevance | path

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

/system/extras/simpleperf/
DIOEventLoop.h56 bool AddSignalEvents(std::vector<int> sigs,
DIOEventLoop.cpp133 bool IOEventLoop::AddSignalEvents(std::vector<int> sigs, in AddSignalEvents() function in IOEventLoop
Dcmd_stat.cpp574 if (!loop->AddSignalEvents({SIGCHLD, SIGINT, SIGTERM, SIGHUP}, exit_loop_callback)) { in Run()
Denvironment.cpp714 if (!loop.AddSignalEvents(stop_signals, in RunCmdInApp()
Dcmd_record.cpp537 if (!loop->AddSignalEvents({SIGCHLD, SIGINT, SIGTERM}, exit_loop_callback)) { in PrepareRecording()