Searched refs:g_clientInstance (Results 1 – 1 of 1) sorted by relevance
39 static AppSpawnReqMsgMgr *g_clientInstance[CLIENT_MAX] = {NULL}; variable57 if (g_clientInstance[type] != NULL) { in InitClientInstance()77 g_clientInstance[type] = clientInstance; in InitClientInstance()313 *handle = (AppSpawnClientHandle)g_clientInstance[type]; in AppSpawnClientInit()322 if (reqMgr->type < sizeof(g_clientInstance) / sizeof(g_clientInstance[0])) { in AppSpawnClientDestroy()323 g_clientInstance[reqMgr->type] = NULL; in AppSpawnClientDestroy()