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

/system/bt/osi/src/
H A Dalarm.cc50 static const int THREAD_RT_PRIORITY = 1; variable
315 thread_set_rt_priority(default_callback_thread, THREAD_RT_PRIORITY);
331 thread_set_rt_priority(dispatcher_thread, THREAD_RT_PRIORITY);
630 param.sched_priority = THREAD_RT_PRIORITY;

Completed in 76 milliseconds