OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:thread_new
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/bluedroid/osi/test/
thread_test.cpp
9
thread_t *thread =
thread_new
("test_thread");
15
thread_t *thread =
thread_new
("test_thread");
20
thread_t *thread =
thread_new
("test_name");
26
thread_t *thread =
thread_new
("0123456789abcdef");
32
thread_t *thread =
thread_new
("0123456789abcdefg");
/external/bluetooth/bluedroid/osi/include/
thread.h
31
thread_t *
thread_new
(const char *name);
/external/bluetooth/bluedroid/osi/src/
thread.c
58
thread_t *
thread_new
(const char *name) {
function
/external/bluetooth/bluedroid/hci/src/
bt_hci_bdroid.c
365
hc_cb.worker_thread =
thread_new
("bt_hc_worker");
Completed in 249 milliseconds