Searched refs:global_mutex (Results 1 – 1 of 1) sorted by relevance
25 static std::recursive_mutex global_mutex; variable27 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()