OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:maybe_sched_rr
(Results
1 - 1
of
1
) sorted by null
/external/libchrome/base/threading/
platform_thread_linux.cc
64
int
maybe_sched_rr
= 0;
local
66
if (pthread_getschedparam(pthread_self(), &
maybe_sched_rr
,
68
maybe_sched_rr
== SCHED_RR &&
Completed in 729 milliseconds