HomeSort by relevance Sort by last modified time
    Searched refs:thread_stop (Results 1 - 3 of 3) sorted by null

  /system/bt/osi/include/
thread.h 46 // 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/
thread.cc 111 thread_stop(thread);
143 void thread_stop(thread_t* thread) { function
  /system/bt/hci/src/
hci_layer.cc 272 thread_stop(thread);

Completed in 103 milliseconds