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

  /system/bt/osi/test/
thread_test.cc 14 thread_t* thread = thread_new("test_thread");
20 thread_t* thread = thread_new("test_thread");
25 thread_t* thread = thread_new("test_name");
31 thread_t* thread = thread_new("0123456789abcdef");
37 thread_t* thread = thread_new("0123456789abcdefg");
48 thread_t* thread = thread_new("test_thread");
54 thread_t* thread = thread_new("test_thread");
future_test.cc 41 thread_t* worker_thread = thread_new("worker thread");
semaphore_test.cc 74 thread_t* thread = thread_new("semaphore_test_thread");
alarm_test.cc 322 thread_t* message_loop_thread_ = thread_new("btu message loop");
fixed_queue_test.cc 336 thread_t* worker_thread = thread_new("test_fixed_queue_worker_thread");
  /system/bt/osi/include/
thread.h 36 thread_t* thread_new(const char* name);
38 // Similar to |thread_new| but creates with a given queue |size|.
  /system/bt/stack/btu/
btu_init.cc 110 bt_workqueue_thread = thread_new(BT_WORKQUEUE_NAME);
btu_task.cc 126 message_loop_thread_ = thread_new("btu message loop");
  /system/bt/test/suite/core/
thread_performance_test.cc 56 thread = thread_new("performance test thread");
102 thread = thread_new("queue performance test thread");
  /system/bt/stack/test/
stack_btu_test.cc 95 bt_workqueue_thread = thread_new("test alarm thread");
  /system/bt/btcore/src/
module.cc 181 wrapper->lifecycle_thread = thread_new("module_wrapper");
  /system/bt/btif/src/
btif_sock.cc 84 thread = thread_new("btif_sock");
stack_manager.cc 238 management_thread = thread_new("stack_manager");
btif_a2dp_sink.cc 147 btif_a2dp_sink_cb.worker_thread = thread_new("btif_a2dp_sink_worker_thread");
btif_core.cc 356 bt_jni_workqueue_thread = thread_new(BT_JNI_WORKQUEUE_NAME);
    [all...]
btif_a2dp_source.cc 271 thread_new("btif_a2dp_source_worker_thread");
    [all...]
  /system/bt/hci/src/
hci_inject.cc 79 thread = thread_new("hci_inject");
hci_layer.cc 217 thread = thread_new("hci_thread");
  /system/bt/osi/src/
thread.cc 104 thread_t* thread_new(const char* name) { function
alarm.cc 359 dispatcher_thread = thread_new("alarm_dispatcher");

Completed in 391 milliseconds