Searched refs:thread_post (Results 1 – 6 of 6) sorted by relevance
/system/bt/osi/include/ |
D | thread.h | 56 bool thread_post(thread_t* thread, thread_fn func, void* context);
|
/system/bt/osi/test/ |
D | thread_test.cc | 49 thread_post(thread, thread_is_self_fn, thread); in TEST_F()
|
/system/bt/common/benchmark/ |
D | thread_performance_benchmark.cc | 119 thread_post(thread_, &BM_MessageLoop::RunThread, this); in SetUp() 276 thread_post(thread_, pthread_callback_batch, bt_msg_queue_); in BENCHMARK_F() 288 thread_post(thread_, callback_sequential, nullptr); in BENCHMARK_F()
|
/system/bt/osi/src/ |
D | thread.cc | 126 bool thread_post(thread_t* thread, thread_fn func, void* context) { in thread_post() function
|
D | alarm.cc | 364 thread_post(dispatcher_thread, callback_dispatch, NULL); in lazy_initialize()
|
/system/bt/common/test/ |
D | thread_performance_test.cc | 102 thread_post(thread_, &MessageLoopPerformanceTest::RunThread, this); in SetUp()
|