Searched refs:g_cleanupEvent (Results 1 – 1 of 1) sorted by relevance
143 static Semaphore *g_cleanupEvent = NULL; variable212 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()