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

  /external/bluetooth/bluedroid/osi/test/
thread_test.cpp 11 thread_free(thread);
16 thread_free(thread);
22 thread_free(thread);
28 thread_free(thread);
34 thread_free(thread);
  /external/bluetooth/bluedroid/osi/include/
thread.h 29 // returned thread object must be freed with |thread_free|. |name| may not
36 void thread_free(thread_t *thread);
44 // Requests |thread| to stop. Only |thread_free| and |thread_name| may be called
  /external/bluetooth/bluedroid/osi/src/
thread.c 98 void thread_free(thread_t *thread) { function
  /external/bluetooth/bluedroid/hci/src/
bt_hci_bdroid.c 261 thread_free(hc_cb.worker_thread);
476 thread_free(hc_cb.worker_thread);

Completed in 39 milliseconds