Home
last modified time | relevance | path

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

/external/libusb/tests/
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
/external/ot-br-posix/src/openwrt/controller/
Dthread.lua234 function thread_join() function
/external/libusb/examples/
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
/external/coreboot/src/lib/
Dthread.c384 enum cb_err thread_join(struct thread_handle *handle) in thread_join() function
/external/trusty/lk/kernel/
Dthread.c552 status_t thread_join(thread_t *t, int *retcode, lk_time_t timeout) in thread_join() function