Home
last modified time | relevance | path

Searched refs:SIGNAL_KILL (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_action/action/
H A Daction_application_process.cpp39 const int32_t SIGNAL_KILL = 9; variable
133 ret = kill(pid, SIGNAL_KILL); in KillProcess()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/services/resschedexemgr/src/
H A Dres_sched_exe_mgr.cpp35 constexpr int32_t SIGNAL_KILL = 9; variable
102 int32_t killRes = kill(pid, SIGNAL_KILL); in KillProcess()
/ohos5.0/base/notification/common_event_service/services/src/
H A Dcommon_event_subscriber_manager.cpp33 constexpr int32_t SIGNAL_KILL = 9; variable
290 if (kill(killedPid, SIGNAL_KILL) < 0) { in InsertSubscriberRecordLocked()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp194 const int32_t SIGNAL_KILL = 9; variable
2272 ret = kill(pid, SIGNAL_KILL); in KillProcessByPidInner()