Searched refs:SCHED_OTHER (Results 1 - 3 of 3) sorted by relevance

/bionic/benchmarks/
H A Dsemaphore_benchmark.cpp55 // thread is run with policy SCHED_OTHER (normal policy), a middle policy.
90 pthread_attr_setschedpolicy(&attr, SCHED_OTHER);
105 sched_setscheduler(0, SCHED_OTHER, &param);
129 sched_setscheduler(0, SCHED_OTHER, &param);
/bionic/libc/include/
H A Dsched.h38 #define SCHED_OTHER SCHED_NORMAL macro
/bionic/tools/versioner/current/
H A Dsched.h38 #define SCHED_OTHER SCHED_NORMAL macro

Completed in 100 milliseconds