Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_osi_thread.h72 struct thread_join { struct
76 extern struct thread_join thread_join; argument
Dmock_osi_thread.cc38 struct thread_join thread_join; variable
64 void thread_join(thread_t* thread) { in thread_join() function
/aosp_15_r20/external/libusb/tests/
H A Dstress_mt.c40 static inline void thread_join(thread_t thread) in thread_join() function
71 static inline void thread_join(thread_t thread) in thread_join() function
/aosp_15_r20/external/libusb/examples/
H A Ddpfp.c86 static inline void thread_join(thread_t thread) in thread_join() function
133 static inline void thread_join(thread_t thread) in thread_join() function
/aosp_15_r20/external/ot-br-posix/src/openwrt/controller/
H A Dthread.lua234 function thread_join() function
/aosp_15_r20/packages/modules/Bluetooth/system/osi/src/
Dthread.cc130 void thread_join(thread_t* thread) { in thread_join() function
/aosp_15_r20/external/coreboot/src/lib/
H A Dthread.c384 enum cb_err thread_join(struct thread_handle *handle) in thread_join() function
/aosp_15_r20/external/trusty/lk/kernel/
Dthread.c552 status_t thread_join(thread_t *t, int *retcode, lk_time_t timeout) in thread_join() function
/aosp_15_r20/packages/modules/Bluetooth/system/test/stub/
Dosi.cc244 void thread_join(thread_t* thread) { inc_func_call_count(__func__); } in thread_join() function