Home
last modified time | relevance | path

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

/system/bt/osi/src/
Dmutex.cc25 static std::recursive_mutex global_mutex; variable
27 void mutex_global_lock(void) { global_mutex.lock(); } in mutex_global_lock()
29 void mutex_global_unlock(void) { global_mutex.unlock(); } in mutex_global_unlock()