Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_acl.c143 static Semaphore *g_cleanupEvent = NULL; variable
212 g_cleanupEvent = SemaphoreCreate(0); in BtmAclAllocRes()
242 if (g_cleanupEvent != NULL) { in BtmAclFreeRes()
243 SemaphoreDelete(g_cleanupEvent); in BtmAclFreeRes()
244 g_cleanupEvent = NULL; in BtmAclFreeRes()
1660 SemaphorePost(g_cleanupEvent); in BtmAclOnCommandStatus()
1902 SemaphorePost(g_cleanupEvent); in BtmAclOnCleanUpTimeout()
1938 SemaphoreWait(g_cleanupEvent); in BtmCloseAclConnectionByTransport()