Home
last modified time | relevance | path

Searched refs:thread_free (Results 1 – 11 of 11) sorted by relevance

/aosp12/system/bt/osi/test/
H A Dthread_test.cc16 thread_free(thread); in TEST_F()
21 thread_free(thread); in TEST_F()
27 thread_free(thread); in TEST_F()
33 thread_free(thread); in TEST_F()
39 thread_free(thread); in TEST_F()
50 thread_free(thread); in TEST_F()
56 thread_free(thread); in TEST_F()
H A Dfixed_queue_test.cc348 thread_free(worker_thread); in TEST_F()
/aosp12/system/bt/btif/src/
H A Dbtif_sock.cc110 thread_free(thread); in btif_sock_init()
126 thread_free(thread); in btif_sock_cleanup()
/aosp12/system/bt/osi/include/
H A Dthread.h44 void thread_free(thread_t* thread);
/aosp12/system/bt/osi/src/
H A Dalarm.cc288 thread_free(dispatcher_thread); in alarm_cleanup()
295 thread_free(default_callback_thread); in alarm_cleanup()
367 thread_free(default_callback_thread); in lazy_initialize()
370 thread_free(dispatcher_thread); in lazy_initialize()
H A Dthread.cc108 void thread_free(thread_t* thread) { in thread_free() function
/aosp12/system/bt/common/test/
H A Dthread_performance_test.cc110 thread_free(thread_); in TearDown()
241 thread_free(thread_); in TearDown()
/aosp12/system/bt/osi/test/fuzzers/fixed_queue/
H A Dfuzz_fixed_queue.cc236 thread_free(thread); in LLVMFuzzerTestOneInput()
/aosp12/system/bt/hci/src/
H A Dhci_inject.cc107 thread_free(thread); in hci_inject_close()
/aosp12/system/bt/common/benchmark/
H A Dthread_performance_benchmark.cc127 thread_free(thread_); in TearDown()
261 thread_free(thread_); in TearDown()
/aosp12/system/bt/test/stub/
H A Dosi.cc281 void thread_free(thread_t* thread) { mock_function_count_map[__func__]++; } in thread_free() function