Home
last modified time | relevance | path

Searched refs:g_cleanupMutex (Results 1 - 1 of 1) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_acl.c141 static Mutex *g_cleanupMutex = NULL; variable
211 g_cleanupMutex = MutexCreate(); in BtmAclAllocRes()
238 if (g_cleanupMutex != NULL) { in BtmAclFreeRes()
239 MutexDelete(g_cleanupMutex); in BtmAclFreeRes()
240 g_cleanupMutex = NULL; in BtmAclFreeRes()
1657 MutexLock(g_cleanupMutex); in BtmAclOnCommandStatus()
1662 MutexUnlock(g_cleanupMutex); in BtmAclOnCommandStatus()
1930 MutexLock(g_cleanupMutex); in BtmCloseAclConnectionByTransport()
1932 MutexUnlock(g_cleanupMutex); in BtmCloseAclConnectionByTransport()
1940 MutexLock(g_cleanupMutex); in BtmCloseAclConnectionByTransport()
[all...]

Completed in 3 milliseconds