Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_osi_thread.cc42 struct thread_post thread_post; variable
80 bool thread_post(thread_t* thread, thread_fn func, void* context) { in thread_post() function
82 return test::mock::osi_thread::thread_post(thread, func, context); in thread_post()
Dmock_osi_thread.h118 struct thread_post { struct
127 extern struct thread_post thread_post; argument
/packages/modules/Bluetooth/system/stack/test/btm/
Dstack_btm_dm_inq_db_test.cc72 test::mock::osi_thread::thread_post.body = in SetUp()
92 test::mock::osi_thread::thread_post = {}; in TearDown()
175 thread_post(threads[i], allocate_db_entry, static_cast<void*>(data))); in TEST_F()
219 thread_post(threads[i], check_address, static_cast<void*>(data))); in TEST_F()
/packages/modules/Bluetooth/system/osi/include/
Dthread.h56 bool thread_post(thread_t* thread, thread_fn func, void* context);
/packages/modules/Bluetooth/system/test/fake/
Dfake_thread.cc44 thread_post( in quiesce()
/packages/modules/Bluetooth/system/common/benchmark/
Dthread_performance_benchmark.cc125 thread_post(thread_, &BM_MessageLoop::RunThread, this); in SetUp()
282 thread_post(thread_, pthread_callback_batch, bt_msg_queue_); in BENCHMARK_F()
294 thread_post(thread_, callback_sequential, nullptr); in BENCHMARK_F()
/packages/modules/Bluetooth/system/osi/test/
Dthread_test.cc47 thread_post(thread, thread_is_self_fn, thread); in TEST_F()
/packages/modules/Bluetooth/system/osi/src/
Dthread.cc129 bool thread_post(thread_t* thread, thread_fn func, void* context) { in thread_post() function
Dalarm.cc357 thread_post(dispatcher_thread, callback_dispatch, NULL); in lazy_initialize()
/packages/modules/Bluetooth/system/common/test/
Dthread_performance_test.cc104 thread_post(thread_, &MessageLoopPerformanceTest::RunThread, this); in SetUp()
/packages/modules/Bluetooth/system/test/stub/
Dosi.cc226 bool thread_post(thread_t* thread, thread_fn func, void* context) { in thread_post() function