HomeSort by relevance Sort by last modified time
    Searched refs:thread_post (Results 1 - 16 of 16) sorted by null

  /system/bt/osi/include/
thread.h 56 bool thread_post(thread_t* thread, thread_fn func, void* context);
  /system/bt/osi/test/
future_test.cc 42 thread_post(worker_thread, post_to_future, future);
thread_test.cc 49 thread_post(thread, thread_is_self_fn, thread);
semaphore_test.cc 79 thread_post(thread, sleep_then_increment_counter, &sequence_helper);
alarm_test.cc 327 thread_post(message_loop_thread_, message_loop_run, nullptr);
  /system/bt/btif/src/
stack_manager.cc 70 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);
btif_a2dp_sink.cc 167 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,
btif_a2dp_source.cc 289 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,
    [all...]
btif_core.cc 363 thread_post(bt_jni_workqueue_thread, run_message_loop, nullptr);
    [all...]
  /system/bt/stack/btu/
btu_init.cc 116 thread_post(bt_workqueue_thread, btu_task_start_up, NULL);
btu_task.cc 132 thread_post(message_loop_thread_, btu_message_loop_run, nullptr);
  /system/bt/btcore/src/
module.cc 186 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/
thread_performance_test.cc 57 thread_post(thread, run_message_loop, nullptr);
  /system/bt/osi/src/
thread.cc 126 bool thread_post(thread_t* thread, thread_fn func, void* context) { function
alarm.cc 365 thread_post(dispatcher_thread, callback_dispatch, NULL);
  /system/bt/hci/src/
hci_layer.cc 242 thread_post(thread, message_loop_run, NULL);

Completed in 402 milliseconds