Searched refs:sched_priority (Results 1 - 14 of 14) sorted by last modified time

/bionic/tests/headers/posix/
H A Dsched_h.c41 STRUCT_MEMBER(struct sched_param, int, sched_priority);
/bionic/tests/
H A Dpthread_test.cpp2570 sched_param p = { .sched_priority = INT_MIN };
2601 sched_param param = { .sched_priority = sched_get_priority_max(SCHED_FIFO) + 1 };
2621 sched_param param = { .sched_priority = sched_get_priority_min(SCHED_FIFO) };
2645 sched_param param = { .sched_priority = sched_get_priority_min(SCHED_FIFO) };
2670 sched_param param = { .sched_priority = sched_get_priority_min(SCHED_FIFO) };
H A Dsched_test.cpp289 p.sched_priority = sched_get_priority_min(original_policy);
H A Dspawn_test.cpp162 ASSERT_EQ(0, sp.sched_priority);
164 sched_param sp123 = { .sched_priority = 123 };
168 ASSERT_EQ(123, sp.sched_priority);
/bionic/libc/bionic/
H A Dpthread_attr.cpp50 attr->sched_priority = 0;
119 attr->sched_priority = param->sched_priority;
125 param->sched_priority = attr->sched_priority;
H A Dpthread_create.cpp143 param.sched_priority = thread->attr.sched_priority;
154 param.sched_priority, strerror(errno));
H A Dpthread_setschedparam.cpp50 sched_param param = { .sched_priority = priority };
/bionic/libc/include/bits/
H A Dpthread_types.h41 int32_t sched_priority; member in struct:__anon53
/bionic/libc/include/
H A Dsched.h42 int sched_priority; member in struct:sched_param
/bionic/libc/kernel/uapi/linux/sched/
H A Dtypes.h23 int sched_priority; member in struct:sched_param
31 __u32 sched_priority; member in struct:sched_attr
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/sched/
H A Dtypes.h23 int sched_priority; member in struct:sched_param
31 __u32 sched_priority; member in struct:sched_attr
/bionic/tools/versioner/current/bits/
H A Dpthread_types.h41 int32_t sched_priority; member in struct:__anon2467
/bionic/tools/versioner/current/
H A Dsched.h42 int sched_priority; member in struct:sched_param
/bionic/tools/versioner/dependencies/common/kernel_uapi/linux/sched/
H A Dtypes.h23 int sched_priority; member in struct:sched_param
31 __u32 sched_priority; member in struct:sched_attr

Completed in 246 milliseconds