Searched refs:thread_post (Results 1 - 16 of 16) sorted by relevance

/system/bt/osi/include/
H A Dthread.h56 bool thread_post(thread_t* thread, thread_fn func, void* context);
/system/bt/osi/test/
H A Dfuture_test.cc42 thread_post(worker_thread, post_to_future, future);
H A Dthread_test.cc49 thread_post(thread, thread_is_self_fn, thread);
H A Dsemaphore_test.cc79 thread_post(thread, sleep_then_increment_counter, &sequence_helper);
H A Dalarm_test.cc327 thread_post(message_loop_thread_, message_loop_run, nullptr);
/system/bt/btif/src/
H A Dstack_manager.cc70 thread_post(management_thread, event_init_stack, semaphore);
76 thread_post(management_thread, event_start_up_stack, NULL);
80 thread_post(management_thread, event_shut_down_stack, NULL);
87 thread_post(management_thread, event_clean_up_stack, semaphore);
H A Dbtif_a2dp_sink.cc167 thread_post(btif_a2dp_sink_cb.worker_thread, btif_a2dp_sink_startup_delayed,
196 thread_post(btif_a2dp_sink_cb.worker_thread, btif_a2dp_sink_shutdown_delayed,
298 thread_post(btif_a2dp_sink_cb.worker_thread,
H A Dbtif_a2dp_source.cc289 thread_post(btif_a2dp_source_cb.worker_thread,
321 thread_post(btif_a2dp_source_cb.worker_thread,
659 thread_post(btif_a2dp_source_cb.worker_thread,
H A Dbtif_core.cc363 thread_post(bt_jni_workqueue_thread, run_message_loop, nullptr);
/system/bt/stack/btu/
H A Dbtu_init.cc118 thread_post(bt_workqueue_thread, btu_task_start_up, NULL);
H A Dbtu_task.cc132 thread_post(message_loop_thread_, btu_message_loop_run, nullptr);
/system/bt/btcore/src/
H A Dmodule.cc186 thread_post(wrapper->lifecycle_thread, run_wrapped_start_up, wrapper);
196 thread_post(wrapper->callback_thread, post_result_to_callback, wrapper);
/system/bt/test/suite/core/
H A Dthread_performance_test.cc57 thread_post(thread, run_message_loop, nullptr);
/system/bt/osi/src/
H A Dthread.cc126 bool thread_post(thread_t* thread, thread_fn func, void* context) { function
H A Dalarm.cc363 thread_post(dispatcher_thread, callback_dispatch, NULL);
/system/bt/hci/src/
H A Dhci_layer.cc242 thread_post(thread, message_loop_run, NULL);

Completed in 148 milliseconds