Home
last modified time | relevance | path

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

/system/extras/simpleperf/
DIOEventLoop.h55 bool AddSignalEvents(std::vector<int> sigs,
DIOEventLoop.cpp113 bool IOEventLoop::AddSignalEvents(std::vector<int> sigs, in AddSignalEvents() function in IOEventLoop
Dcmd_stat.cpp435 if (!loop->AddSignalEvents({SIGCHLD, SIGINT, SIGTERM, SIGHUP}, in Run()
Denvironment.cpp635 if (!loop.AddSignalEvents({SIGINT, SIGTERM, SIGHUP}, in RunInAppContext()
Dcmd_record.cpp432 if (!loop->AddSignalEvents({SIGCHLD, SIGINT, SIGTERM}, in PrepareRecording()