Home
last modified time | relevance | path

Searched refs:thread_stop (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/bt/osi/src/
H A Dthread.cc111 thread_stop(thread); in thread_free()
143 void thread_stop(thread_t* thread) { in thread_stop() function
/aosp12/system/bt/osi/include/
H A Dthread.h61 void thread_stop(thread_t* thread);
/aosp12/system/bt/test/stub/
H A Dosi.cc283 void thread_stop(thread_t* thread) { mock_function_count_map[__func__]++; } in thread_stop() function