HomeSort by relevance Sort by last modified time
    Searched refs:thread_set_rt_priority (Results 1 - 6 of 6) sorted by null

  /system/bt/osi/include/
thread.h 73 bool thread_set_rt_priority(thread_t* thread, int priority);
  /system/bt/stack/btu/
btu_init.cc 113 thread_set_rt_priority(bt_workqueue_thread, BTU_TASK_RT_PRIORITY);
btu_task.cc 131 thread_set_rt_priority(message_loop_thread_, THREAD_RT_PRIORITY);
  /system/bt/osi/src/
thread.cc 162 bool thread_set_rt_priority(thread_t* thread, int priority) { function
alarm.cc 348 thread_set_rt_priority(default_callback_thread, THREAD_RT_PRIORITY);
364 thread_set_rt_priority(dispatcher_thread, THREAD_RT_PRIORITY);
  /system/bt/hci/src/
hci_layer.cc 222 if (!thread_set_rt_priority(thread, BT_HCI_RT_PRIORITY)) {

Completed in 177 milliseconds