Searched refs:bt_workqueue_thread (Results 1 – 4 of 4) sorted by relevance
62 thread_t *bt_workqueue_thread; variable147 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()
103 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()
55 extern thread_t *bt_workqueue_thread;179 alarm_register_processing_queue(btu_bta_alarm_queue, bt_workqueue_thread); in bta_sys_init()
48 extern thread_t *bt_workqueue_thread;224 bt_workqueue_thread, in BTM_DeviceReset()