Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_thread.c41 static List *g_processingQueueList = NULL; variable
142 node = ListGetFirstNode(g_processingQueueList); in FindProcessingQueueById()
159 g_processingQueueList = ListCreate(FreeProcessingQueue); in BtmInitThread()
165 if (g_processingQueueList != NULL) { in BtmCloseThread()
166 ListDelete(g_processingQueueList); in BtmCloseThread()
167 g_processingQueueList = NULL; in BtmCloseThread()
196 ListAddLast(g_processingQueueList, queue); in BTM_CreateProcessingQueue()
214 ListRemoveNode(g_processingQueueList, queue); in BTM_DeleteProcessingQueue()