Home
last modified time | relevance | path

Searched refs:diedAppCount (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/startup/appspawn/standard/
H A Dappspawn_appmgr.c60 appMgr->diedAppCount = 0; in CreateAppSpawnMgr()
174 if (g_appSpawnMgr->diedAppCount >= MAX_DIED_PROCESS_COUNT) { in TerminateSpawnedProcess()
179 g_appSpawnMgr->diedAppCount--; in TerminateSpawnedProcess()
183 g_appSpawnMgr->diedAppCount++; in TerminateSpawnedProcess()
259 if (g_appSpawnMgr->diedAppCount > 0) { in GetProcessTerminationStatus()
260 g_appSpawnMgr->diedAppCount--; in GetProcessTerminationStatus()
H A Dappspawn_manager.h115 uint32_t diedAppCount; member