Searched refs:bt_workqueue_thread (Results 1 - 4 of 4) sorted by relevance
/system/bt/stack/btu/ |
H A D | btu_init.c | 78 thread_t *bt_workqueue_thread; variable 196 bt_workqueue_thread = thread_new(BT_WORKQUEUE_NAME); 197 if (bt_workqueue_thread == NULL) 200 thread_set_priority(bt_workqueue_thread, BTU_TASK_THREAD_PRIORITY); 203 thread_post(bt_workqueue_thread, btu_task_start_up, NULL); 228 thread_free(bt_workqueue_thread); 241 bt_workqueue_thread = NULL;
|
H A D | btu_task.c | 118 extern thread_t *bt_workqueue_thread; 289 thread_get_reactor(bt_workqueue_thread), 294 thread_get_reactor(bt_workqueue_thread), 299 thread_get_reactor(bt_workqueue_thread), 304 thread_get_reactor(bt_workqueue_thread), 309 thread_get_reactor(bt_workqueue_thread),
|
/system/bt/bta/sys/ |
H A D | bta_sys_main.c | 56 extern thread_t *bt_workqueue_thread; 186 thread_get_reactor(bt_workqueue_thread),
|
/system/bt/stack/btm/ |
H A D | btm_devctl.c | 47 extern thread_t *bt_workqueue_thread; 211 bt_workqueue_thread, local
|
Completed in 134 milliseconds