Home
last modified time | relevance | path

Searched refs:thread_new (Results 1 – 9 of 9) sorted by relevance

/system/bt/osi/test/
Dthread_test.cc14 thread_t* thread = thread_new("test_thread"); in TEST_F()
20 thread_t* thread = thread_new("test_thread"); in TEST_F()
25 thread_t* thread = thread_new("test_name"); in TEST_F()
31 thread_t* thread = thread_new("0123456789abcdef"); in TEST_F()
37 thread_t* thread = thread_new("0123456789abcdefg"); in TEST_F()
48 thread_t* thread = thread_new("test_thread"); in TEST_F()
54 thread_t* thread = thread_new("test_thread"); in TEST_F()
Dfixed_queue_test.cc336 thread_t* worker_thread = thread_new("test_fixed_queue_worker_thread"); in TEST_F()
/system/bt/osi/include/
Dthread.h36 thread_t* thread_new(const char* name);
/system/bt/common/test/
Dthread_performance_test.cc101 thread_ = thread_new("OsiThreadMessageLoopPerformanceTest thread"); in SetUp()
236 thread_ = thread_new("ReactorPerformanceTest thread"); in SetUp()
/system/bt/hci/src/
Dhci_inject.cc79 thread = thread_new("hci_inject"); in hci_inject_open()
/system/bt/osi/src/
Dthread.cc104 thread_t* thread_new(const char* name) { in thread_new() function
Dalarm.cc358 dispatcher_thread = thread_new("alarm_dispatcher"); in lazy_initialize()
/system/bt/common/benchmark/
Dthread_performance_benchmark.cc118 thread_ = thread_new("BM_MessageLoopOnOsiThread thread"); in SetUp()
256 thread_ = thread_new("BM_OsiReactorThread thread"); in SetUp()
/system/bt/btif/src/
Dbtif_sock.cc94 thread = thread_new("btif_sock"); in btif_sock_init()