Searched refs:SCHED_NORMAL (Results 1 - 7 of 7) sorted by relevance

/bionic/libc/kernel/uapi/linux/
H A Dsched.h45 #define SCHED_NORMAL 0 macro
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Dsched.h45 #define SCHED_NORMAL 0 macro
/bionic/tools/versioner/dependencies/common/kernel_uapi/linux/
H A Dsched.h45 #define SCHED_NORMAL 0 macro
/bionic/libc/bionic/
H A Dpthread_attr.cpp49 attr->sched_policy = SCHED_NORMAL;
82 *flag = (attr->sched_policy != SCHED_NORMAL) ? PTHREAD_EXPLICIT_SCHED : PTHREAD_INHERIT_SCHED;
H A Dpthread_create.cpp148 need_set = (thread->attr.sched_policy != SCHED_NORMAL);
/bionic/libc/include/
H A Dsched.h39 #define SCHED_OTHER SCHED_NORMAL
/bionic/tools/versioner/current/
H A Dsched.h39 #define SCHED_OTHER SCHED_NORMAL

Completed in 1037 milliseconds