Searched refs:SIGNAL_KILL (Results 1 – 4 of 4) sorted by relevance
39 const int32_t SIGNAL_KILL = 9; variable133 ret = kill(pid, SIGNAL_KILL); in KillProcess()
35 constexpr int32_t SIGNAL_KILL = 9; variable102 int32_t killRes = kill(pid, SIGNAL_KILL); in KillProcess()
33 constexpr int32_t SIGNAL_KILL = 9; variable290 if (kill(killedPid, SIGNAL_KILL) < 0) { in InsertSubscriberRecordLocked()
194 const int32_t SIGNAL_KILL = 9; variable2272 ret = kill(pid, SIGNAL_KILL); in KillProcessByPidInner()