Home
last modified time | relevance | path

Searched refs:pidMaxStr (Results 1 - 1 of 1) sorted by relevance

/base/startup/appspawn/standard/
H A Dappspawn_service.c1008 char *pidMaxStr = NULL; in ProcessChildResponse() local
1009 pidMaxStr = GetAppPropertyExt(property, MSG_EXT_NAME_MAX_CHILD_PROCCESS_MAX, &len); in ProcessChildResponse()
1011 if (pidMaxStr != NULL && len != 0) { in ProcessChildResponse()
1012 pidMax = strtoul(pidMaxStr, NULL, MSG_EXT_NAME_MAX_DECIMAL); in ProcessChildResponse()

Completed in 4 milliseconds