Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_thread.c40 static Thread *g_processingThread = NULL; variable
76 Reactor *reactor = ThreadGetReactor(g_processingThread); in AllocProcessingQueue()
113 if (ThreadIsSelf(g_processingThread) == 0) { in RunAllTaskInQueue()
117 ThreadPostTask(g_processingThread, RunAllTaskInQueueTask, &context); in RunAllTaskInQueue()
158 g_processingThread = ThreadCreate("Stack"); in BtmInitThread()
170 if (g_processingThread != NULL) { in BtmCloseThread()
171 ThreadDelete(g_processingThread); in BtmCloseThread()
172 g_processingThread = NULL; in BtmCloseThread()
183 return g_processingThread; in BTM_GetProcessingThread()