Searched refs:pids_to_kill (Results 1 – 2 of 2) sorted by relevance
77 std::vector<int> pids_to_kill; member161 g_sig->pids_to_kill.clear(); in RunConfig()184 g_sig->pids_to_kill.emplace_back(traced.pid()); in RunConfig()202 g_sig->pids_to_kill.emplace_back(producer.pid()); in RunConfig()221 g_sig->pids_to_kill.emplace_back(consumer.pid()); in RunConfig()426 for (auto it = g_sig->pids_to_kill.rbegin(); it != g_sig->pids_to_kill.rend(); in CtrlCHandler()
413 pids_to_kill = [capture_pid]415 pids_to_kill = list(self._ongoing_captures.keys())417 if pids_to_kill:421 for pid in pids_to_kill: