Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_lane_pending_ctl.c82 static SoftBusList *g_asyncReqLanePendingList = NULL; variable
97 g_asyncReqLanePendingList = CreateSoftBusList(); in TransAsyncReqLanePendingInit()
98 if (g_asyncReqLanePendingList == NULL) { in TransAsyncReqLanePendingInit()
169 if (g_asyncReqLanePendingList == NULL) { in TransAsyncReqLanePendingDeinit()
186 (void)SoftBusMutexUnlock(&g_asyncReqLanePendingList->lock); in TransAsyncReqLanePendingDeinit()
187 DestroySoftBusList(g_asyncReqLanePendingList); in TransAsyncReqLanePendingDeinit()
188 g_asyncReqLanePendingList = NULL; in TransAsyncReqLanePendingDeinit()
376 if (g_asyncReqLanePendingList == NULL) { in TransAddAsyncLaneReqFromPendingList()
410 ListAdd(&(g_asyncReqLanePendingList->list), &(item->node)); in TransAddAsyncLaneReqFromPendingList()
411 g_asyncReqLanePendingList->cnt++; in TransAddAsyncLaneReqFromPendingList()
[all …]
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/common/
H A Dtrans_lane_pending_test.cpp496 SoftBusList *tmpList = g_asyncReqLanePendingList;
497 g_asyncReqLanePendingList = nullptr;
501 g_asyncReqLanePendingList = tmpList;
574 SoftBusList *tmpList = g_asyncReqLanePendingList;
575 g_asyncReqLanePendingList = nullptr;
579 g_asyncReqLanePendingList = tmpList;
681 SoftBusList *tmpList = g_asyncReqLanePendingList;
682 g_asyncReqLanePendingList = nullptr;
685 g_asyncReqLanePendingList = tmpList;