Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_osi_thread.h66 struct thread_free { struct
70 extern struct thread_free thread_free; argument
Dmock_osi_thread.cc39 struct thread_free thread_free; variable
56 void thread_free(thread_t* thread) { in thread_free() function
/packages/modules/Bluetooth/system/osi/src/
Dthread.cc109 void thread_free(thread_t* thread) { in thread_free() function
/packages/modules/Bluetooth/system/test/stub/
Dosi.cc288 void thread_free(thread_t* thread) { inc_func_call_count(__func__); } in thread_free() function