Searched refs:thread_set_rt_priority (Results 1 - 6 of 6) sorted by relevance

/system/bt/osi/include/
H A Dthread.h73 bool thread_set_rt_priority(thread_t* thread, int priority);
/system/bt/stack/btu/
H A Dbtu_init.cc115 thread_set_rt_priority(bt_workqueue_thread, BTU_TASK_RT_PRIORITY);
H A Dbtu_task.cc131 thread_set_rt_priority(message_loop_thread_, THREAD_RT_PRIORITY);
/system/bt/osi/src/
H A Dthread.cc162 bool thread_set_rt_priority(thread_t* thread, int priority) { function
H A Dalarm.cc346 thread_set_rt_priority(default_callback_thread, THREAD_RT_PRIORITY);
362 thread_set_rt_priority(dispatcher_thread, THREAD_RT_PRIORITY);
/system/bt/hci/src/
H A Dhci_layer.cc222 if (!thread_set_rt_priority(thread, BT_HCI_RT_PRIORITY)) {

Completed in 367 milliseconds