Home
last modified time | relevance | path

Searched defs:mutex_global_lock (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_osi_mutex.h40 struct mutex_global_lock { struct
44 extern struct mutex_global_lock mutex_global_lock; argument
Dmock_osi_mutex.cc38 struct mutex_global_lock mutex_global_lock; variable
53 void mutex_global_lock(void) { in mutex_global_lock() function
/aosp_15_r20/packages/modules/Bluetooth/system/osi/src/
Dmutex.cc27 void mutex_global_lock(void) { global_mutex.lock(); } in mutex_global_lock() function
/aosp_15_r20/packages/modules/Bluetooth/system/test/stub/
Dosi.cc204 void mutex_global_lock(void) { inc_func_call_count(__func__); } in mutex_global_lock() function