Home
last modified time | relevance | path

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

/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/extras/simpleperf/
H A DIOEventLoop.h56 bool AddSignalEvents(std::vector<int> sigs,
H A DIOEventLoop.cpp133 bool IOEventLoop::AddSignalEvents(std::vector<int> sigs, in AddSignalEvents() function in IOEventLoop
H A Dcmd_stat.cpp578 if (!loop->AddSignalEvents({SIGCHLD, SIGINT, SIGTERM, SIGHUP}, exit_loop_callback)) { in Run()
H A Denvironment.cpp723 if (!loop.AddSignalEvents(stop_signals, in RunCmdInApp()
H A Dcmd_record.cpp514 if (!loop->AddSignalEvents({SIGCHLD, SIGINT, SIGTERM}, exit_loop_callback)) { in PrepareRecording()