Home
last modified time | relevance | path

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

/external/webrtc/src/system_wrappers/source/
Dthread_posix.cc202 const int minPrio = sched_get_priority_min(policy); in Start() local
204 if ((minPrio == EINVAL) || (maxPrio == EINVAL)) in Start()
212 param.sched_priority = minPrio + 1; in Start()
215 param.sched_priority = (minPrio + maxPrio) / 2; in Start()