Searched refs:diedAppCount (Results 1 – 2 of 2) sorted by relevance
60 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()
115 uint32_t diedAppCount; member