Searched refs:thread_set_priority (Results 1 - 5 of 5) sorted by relevance

/system/bt/osi/include/
H A Dthread.h65 bool thread_set_priority(thread_t *thread, int priority);
/system/bt/stack/btu/
H A Dbtu_init.c151 thread_set_priority(bt_workqueue_thread, BTU_TASK_THREAD_PRIORITY);
/system/bt/hci/src/
H A Dhci_hal_h4.c98 thread_set_priority(thread, HCI_THREAD_PRIORITY);
99 thread_set_priority(eager_reader_get_read_thread(uart_stream), HCI_THREAD_PRIORITY);
/system/bt/osi/src/
H A Dthread.c153 bool thread_set_priority(thread_t *thread, int priority) { function
H A Dalarm.c362 thread_set_priority(default_callback_thread, CALLBACK_THREAD_PRIORITY_HIGH);
379 thread_set_priority(dispatcher_thread, CALLBACK_THREAD_PRIORITY_HIGH);

Completed in 160 milliseconds