Home
last modified time | relevance | path

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

/system/bt/osi/include/
Dthread.h56 bool thread_post(thread_t* thread, thread_fn func, void* context);
/system/bt/osi/test/
Dthread_test.cc49 thread_post(thread, thread_is_self_fn, thread); in TEST_F()
/system/bt/common/benchmark/
Dthread_performance_benchmark.cc119 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/
Dthread.cc126 bool thread_post(thread_t* thread, thread_fn func, void* context) { in thread_post() function
Dalarm.cc364 thread_post(dispatcher_thread, callback_dispatch, NULL); in lazy_initialize()
/system/bt/common/test/
Dthread_performance_test.cc102 thread_post(thread_, &MessageLoopPerformanceTest::RunThread, this); in SetUp()