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.c62 thread_t *bt_workqueue_thread; variable
147 bt_workqueue_thread = thread_new(BT_WORKQUEUE_NAME); in BTU_StartUp()
148 if (bt_workqueue_thread == NULL) in BTU_StartUp()
151 thread_set_priority(bt_workqueue_thread, BTU_TASK_THREAD_PRIORITY); in BTU_StartUp()
154 thread_post(bt_workqueue_thread, btu_task_start_up, NULL); in BTU_StartUp()
171 thread_free(bt_workqueue_thread); in BTU_ShutDown()
173 bt_workqueue_thread = NULL; in BTU_ShutDown()
Dbtu_task.c103 extern thread_t *bt_workqueue_thread;
196 thread_get_reactor(bt_workqueue_thread), in btu_task_start_up()
201 thread_get_reactor(bt_workqueue_thread), in btu_task_start_up()
205 alarm_register_processing_queue(btu_general_alarm_queue, bt_workqueue_thread); in btu_task_start_up()
/system/bt/bta/sys/
Dbta_sys_main.c55 extern thread_t *bt_workqueue_thread;
179 alarm_register_processing_queue(btu_bta_alarm_queue, bt_workqueue_thread); in bta_sys_init()
/system/bt/stack/btm/
Dbtm_devctl.c48 extern thread_t *bt_workqueue_thread;
224 bt_workqueue_thread, in BTM_DeviceReset()