OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
117
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
346
thread_set_rt_priority
(default_callback_thread, THREAD_RT_PRIORITY);
362
thread_set_rt_priority
(dispatcher_thread, THREAD_RT_PRIORITY);
/system/bt/hci/src/
hci_layer.cc
223
if (!
thread_set_rt_priority
(thread, BT_HCI_RT_PRIORITY)) {
Completed in 133 milliseconds