Searched refs:thread_stop (Results 1 - 3 of 3) sorted by relevance

/system/bt/osi/include/
H A Dthread.h46 // Waits for |thread_stop|. Upon returning, the only other operations a caller
59 // after calling |thread_stop|. This function is guaranteed to not block.
61 void thread_stop(thread_t* thread);
/system/bt/osi/src/
H A Dthread.cc111 thread_stop(thread);
143 void thread_stop(thread_t* thread) { function
/system/bt/hci/src/
H A Dhci_layer.cc271 thread_stop(thread);

Completed in 725 milliseconds