Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_osi_thread.h97 struct thread_join { struct
101 extern struct thread_join thread_join; argument
Dmock_osi_thread.cc42 struct thread_join thread_join; variable
68 void thread_join(thread_t* thread) { in thread_join() function
/packages/modules/Bluetooth/system/osi/src/
Dthread.cc120 void thread_join(thread_t* thread) { in thread_join() function
/packages/modules/Bluetooth/system/test/stub/
Dosi.cc289 void thread_join(thread_t* thread) { inc_func_call_count(__func__); } in thread_join() function