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

/bionic/libc/include/bits/
H A Dpthread_types.h41 int32_t sched_policy; member in struct:__anon23
/bionic/libc/bionic/
H A Dpthread_attr.cpp46 attr->sched_policy = SCHED_NORMAL;
73 attr->sched_policy = policy;
78 *policy = attr->sched_policy;
H A Dpthread_create.cpp97 if (thread->attr.sched_policy != SCHED_NORMAL) {
100 if (sched_setscheduler(thread->tid, thread->attr.sched_policy, &param) == -1) {

Completed in 4410 milliseconds