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

/bionic/libc/kernel/uapi/linux/
H A Dsched.h49 #define SCHED_IDLE 5 macro
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Dsched.h49 #define SCHED_IDLE 5 macro
/bionic/tools/versioner/dependencies/common/kernel_uapi/linux/
H A Dsched.h49 #define SCHED_IDLE 5 macro
/bionic/benchmarks/
H A Dsemaphore_benchmark.cpp58 // The primary thread will run at SCHED_IDLE (lowest priority policy) when
97 sched_setscheduler(0, SCHED_IDLE, &param);
153 sched_setscheduler(0, SCHED_IDLE, &param);
/bionic/tests/
H A Dsched_test.cpp277 EXPECT_LE(sched_get_priority_min(SCHED_IDLE), sched_get_priority_max(SCHED_IDLE));

Completed in 306 milliseconds