Home
last modified time | relevance | path

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

/external/libchrome/base/threading/
Dplatform_thread_linux.cc53 int maybe_sched_rr = 0; in GetCurrentThreadPriorityForPlatform() local
55 if (pthread_getschedparam(pthread_self(), &maybe_sched_rr, in GetCurrentThreadPriorityForPlatform()
57 maybe_sched_rr == SCHED_RR && in GetCurrentThreadPriorityForPlatform()