Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_osi_mutex.h49 struct mutex_global_unlock { struct
53 extern struct mutex_global_unlock mutex_global_unlock; argument
Dmock_osi_mutex.cc39 struct mutex_global_unlock mutex_global_unlock; variable
57 void mutex_global_unlock(void) { in mutex_global_unlock() function
/aosp_15_r20/packages/modules/Bluetooth/system/osi/src/
Dmutex.cc29 void mutex_global_unlock(void) { global_mutex.unlock(); } in mutex_global_unlock() function
/aosp_15_r20/packages/modules/Bluetooth/system/test/stub/
Dosi.cc205 void mutex_global_unlock(void) { inc_func_call_count(__func__); } in mutex_global_unlock() function