Searched refs:thread_free (Results 1 - 17 of 17) sorted by relevance

/system/bt/osi/test/
H A Dthread_test.cc16 thread_free(thread);
21 thread_free(thread);
27 thread_free(thread);
33 thread_free(thread);
39 thread_free(thread);
50 thread_free(thread);
56 thread_free(thread);
H A Dfuture_test.cc46 thread_free(worker_thread);
H A Dsemaphore_test.cc85 thread_free(thread);
H A Dalarm_test.cc351 thread_free(message_loop_thread_);
H A Dfixed_queue_test.cc348 thread_free(worker_thread);
/system/bt/osi/include/
H A Dthread.h34 // returned thread object must be freed with |thread_free|. |name| may not
44 void thread_free(thread_t* thread);
47 // may perform on |thread| are |thread_free| and |thread_join|. |thread_join|
58 // Requests |thread| to stop. Only |thread_free| and |thread_name| may be called
/system/bt/stack/btu/
H A Dbtu_init.cc131 thread_free(bt_workqueue_thread);
/system/bt/btif/src/
H A Dbtif_sock.cc102 thread_free(thread);
118 thread_free(thread);
H A Dbtif_core.cc369 thread_free(bt_jni_workqueue_thread);
523 thread_free(bt_jni_workqueue_thread);
H A Dbtif_a2dp_sink.cc198 thread_free(btif_a2dp_sink_cb.worker_thread);
H A Dbtif_a2dp_source.cc323 thread_free(btif_a2dp_source_cb.worker_thread);
/system/bt/test/suite/core/
H A Dthread_performance_test.cc64 thread_free(thread);
128 thread_free(thread);
/system/bt/btcore/src/
H A Dmodule.cc209 thread_free(wrapper->lifecycle_thread);
/system/bt/hci/src/
H A Dhci_inject.cc106 thread_free(thread);
H A Dhci_layer.cc286 thread_free(thread);
/system/bt/osi/src/
H A Dalarm.cc292 thread_free(dispatcher_thread);
299 thread_free(default_callback_thread);
369 thread_free(default_callback_thread);
372 thread_free(dispatcher_thread);
H A Dthread.cc108 void thread_free(thread_t* thread) { function

Completed in 184 milliseconds