Home
last modified time | relevance | path

Searched refs:kRealTimeFifoSchedulingPriority (Results 1 – 2 of 2) sorted by relevance

/system/bt/gd/os/linux_generic/
Dthread.cc31 constexpr int kRealTimeFifoSchedulingPriority = 1; variable
41 struct sched_param rt_params = {.sched_priority = kRealTimeFifoSchedulingPriority}; in run()
/system/bt/common/
Dmessage_loop_thread.cc29 static constexpr int kRealTimeFifoSchedulingPriority = 1; variable
155 kRealTimeFifoSchedulingPriority}; in EnableRealTimeScheduling()
159 << kRealTimeFifoSchedulingPriority << " for linux_tid " in EnableRealTimeScheduling()