Searched refs:thread_post (Results 1 – 11 of 11) sorted by relevance
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_osi_thread.cc | 42 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()
|
D | mock_osi_thread.h | 118 struct thread_post { struct 127 extern struct thread_post thread_post; argument
|
/packages/modules/Bluetooth/system/stack/test/btm/ |
D | stack_btm_dm_inq_db_test.cc | 72 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/ |
D | thread.h | 56 bool thread_post(thread_t* thread, thread_fn func, void* context);
|
/packages/modules/Bluetooth/system/test/fake/ |
D | fake_thread.cc | 44 thread_post( in quiesce()
|
/packages/modules/Bluetooth/system/common/benchmark/ |
D | thread_performance_benchmark.cc | 125 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/ |
D | thread_test.cc | 47 thread_post(thread, thread_is_self_fn, thread); in TEST_F()
|
/packages/modules/Bluetooth/system/osi/src/ |
D | thread.cc | 129 bool thread_post(thread_t* thread, thread_fn func, void* context) { in thread_post() function
|
D | alarm.cc | 357 thread_post(dispatcher_thread, callback_dispatch, NULL); in lazy_initialize()
|
/packages/modules/Bluetooth/system/common/test/ |
D | thread_performance_test.cc | 104 thread_post(thread_, &MessageLoopPerformanceTest::RunThread, this); in SetUp()
|
/packages/modules/Bluetooth/system/test/stub/ |
D | osi.cc | 226 bool thread_post(thread_t* thread, thread_fn func, void* context) { in thread_post() function
|