Home
last modified time | relevance | path

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

/system/bt/osi/include/
Dthread.h61 void thread_stop(thread_t* thread);
/system/bt/osi/src/
Dthread.cc111 thread_stop(thread); in thread_free()
143 void thread_stop(thread_t* thread) { in thread_stop() function