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.h49 struct mutex_global_unlock { struct
53 extern struct mutex_global_unlock mutex_global_unlock; argument
Dmock_osi_mutex.cc36 struct mutex_global_unlock mutex_global_unlock; variable
54 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.cc216 void mutex_global_unlock(void) { inc_func_call_count(__func__); } in mutex_global_unlock() function