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

/system/bt/osi/include/
H A Dthread.h45 // Waits for |thread_stop|. Upon returning, the only other operations a caller
57 // after calling |thread_stop|. This function is guaranteed to not block.
59 void thread_stop(thread_t *thread);
/system/bt/osi/src/
H A Dthread.c113 thread_stop(thread);
152 void thread_stop(thread_t *thread) { function
/system/bt/btcore/src/
H A Dmodule.c225 thread_stop(wrapper->lifecycle_thread);
/system/bt/btif/src/
H A Dbtif_sock.c106 thread_stop(thread);
/system/bt/hci/src/
H A Dhci_layer.c284 thread_stop(thread);
444 thread_stop(thread);
449 thread_stop(thread);

Completed in 213 milliseconds