Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_osi_mutex.h61 struct mutex_global_unlock { struct
65 extern struct mutex_global_unlock mutex_global_unlock; argument
Dmock_osi_mutex.cc40 struct mutex_global_unlock mutex_global_unlock; variable
58 void mutex_global_unlock(void) { in mutex_global_unlock() function
/packages/modules/Bluetooth/system/osi/src/
Dmutex.cc29 void mutex_global_unlock(void) { global_mutex.unlock(); } in mutex_global_unlock() function
/packages/modules/Bluetooth/system/test/stub/
Dosi.cc250 void mutex_global_unlock(void) { inc_func_call_count(__func__); } in mutex_global_unlock() function