Home
last modified time | relevance | path

Searched refs:bt_workqueue_thread (Results 1 – 4 of 4) sorted by relevance

/system/bt/stack/btu/
Dbtu_init.c78 thread_t *bt_workqueue_thread; variable
196 bt_workqueue_thread = thread_new(BT_WORKQUEUE_NAME); in BTU_StartUp()
197 if (bt_workqueue_thread == NULL) in BTU_StartUp()
200 thread_set_priority(bt_workqueue_thread, BTU_TASK_THREAD_PRIORITY); in BTU_StartUp()
203 thread_post(bt_workqueue_thread, btu_task_start_up, NULL); in BTU_StartUp()
228 thread_free(bt_workqueue_thread); in BTU_ShutDown()
241 bt_workqueue_thread = NULL; in BTU_ShutDown()
Dbtu_task.c118 extern thread_t *bt_workqueue_thread;
289 thread_get_reactor(bt_workqueue_thread), in btu_task_start_up()
294 thread_get_reactor(bt_workqueue_thread), in btu_task_start_up()
299 thread_get_reactor(bt_workqueue_thread), in btu_task_start_up()
304 thread_get_reactor(bt_workqueue_thread), in btu_task_start_up()
309 thread_get_reactor(bt_workqueue_thread), in btu_task_start_up()
/system/bt/bta/sys/
Dbta_sys_main.c56 extern thread_t *bt_workqueue_thread;
186 thread_get_reactor(bt_workqueue_thread), in bta_sys_init()
/system/bt/stack/btm/
Dbtm_devctl.c47 extern thread_t *bt_workqueue_thread;
211 bt_workqueue_thread, in BTM_DeviceReset()