Home
last modified time | relevance | path

Searched refs:thread_join (Results 1 – 2 of 2) sorted by relevance

/system/bt/osi/include/
Dthread.h49 void thread_join(thread_t* thread);
/system/bt/osi/src/
Dthread.cc112 thread_join(thread); in thread_free()
119 void thread_join(thread_t* thread) { in thread_join() function