Searched refs:sched_policy (Results 1 - 7 of 7) sorted by last modified time

/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;
107 attr->sched_policy = policy;
113 *policy = attr->sched_policy;
H A Dpthread_create.cpp142 policy = thread->attr.sched_policy;
148 need_set = (thread->attr.sched_policy != SCHED_NORMAL);
/bionic/libc/include/bits/
H A Dpthread_types.h40 int32_t sched_policy; member in struct:__anon53
/bionic/libc/kernel/uapi/linux/sched/
H A Dtypes.h28 __u32 sched_policy; member in struct:sched_attr
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/sched/
H A Dtypes.h28 __u32 sched_policy; member in struct:sched_attr
/bionic/tools/versioner/current/bits/
H A Dpthread_types.h40 int32_t sched_policy; member in struct:__anon2467
/bionic/tools/versioner/dependencies/common/kernel_uapi/linux/sched/
H A Dtypes.h28 __u32 sched_policy; member in struct:sched_attr

Completed in 266 milliseconds