Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_osi_thread.h155 struct thread_stop { struct
159 extern struct thread_stop thread_stop; argument
Dmock_osi_thread.cc45 struct thread_stop thread_stop; variable
92 void thread_stop(thread_t* thread) { in thread_stop() function
/packages/modules/Bluetooth/system/osi/src/
Dthread.cc155 void thread_stop(thread_t* thread) { in thread_stop() function
/packages/modules/Bluetooth/system/test/stub/
Dosi.cc246 void thread_stop(thread_t* thread) { inc_func_call_count(__func__); } in thread_stop() function