Searched refs:g_reqLanePendingList (Results 1 – 2 of 2) sorted by relevance
79 static SoftBusList *g_reqLanePendingList = NULL; variable87 g_reqLanePendingList = CreateSoftBusList(); in TransReqLanePendingInit()88 if (g_reqLanePendingList == NULL) { in TransReqLanePendingInit()144 if (g_reqLanePendingList == NULL) { in TransReqLanePendingDeinit()161 (void)SoftBusMutexUnlock(&g_reqLanePendingList->lock); in TransReqLanePendingDeinit()162 DestroySoftBusList(g_reqLanePendingList); in TransReqLanePendingDeinit()163 g_reqLanePendingList = NULL; in TransReqLanePendingDeinit()248 if (g_reqLanePendingList == NULL) { in TransAddLaneReqFromPendingList()276 g_reqLanePendingList->cnt++; in TransAddLaneReqFromPendingList()421 if (g_reqLanePendingList == NULL) { in TransGetLaneReqItemByLaneHandle()[all …]
1414 SoftBusList *tmpList = g_reqLanePendingList;1415 g_reqLanePendingList = nullptr;1418 g_reqLanePendingList = tmpList;