Home
last modified time | relevance | path

Searched refs:sched_priority (Results 1 – 10 of 10) sorted by relevance

/bionic/libc/kernel/uapi/linux/sched/
Dtypes.h23 int sched_priority; member
31 __u32 sched_priority; member
/bionic/libc/bionic/
Dpthread_attr.cpp50 attr->sched_priority = 0; in pthread_attr_init()
119 attr->sched_priority = param->sched_priority; in pthread_attr_setschedparam()
125 param->sched_priority = attr->sched_priority; in pthread_attr_getschedparam()
Dpthread_setschedparam.cpp54 sched_param param = { .sched_priority = priority }; in pthread_setschedprio()
Dpthread_create.cpp190 param.sched_priority = thread->attr.sched_priority; in __init_thread()
201 param.sched_priority, strerror(errno)); in __init_thread()
/bionic/libc/include/bits/
Dpthread_types.h41 int32_t sched_priority; member
/bionic/tests/headers/posix/
Dsched_h.c41 STRUCT_MEMBER(struct sched_param, int, sched_priority); in sched_h()
/bionic/tests/
Dspawn_test.cpp162 ASSERT_EQ(0, sp.sched_priority); in TEST()
164 sched_param sp123 = { .sched_priority = 123 }; in TEST()
168 ASSERT_EQ(123, sp.sched_priority); in TEST()
Dsched_test.cpp289 p.sched_priority = sched_get_priority_min(original_policy); in TEST()
Dpthread_test.cpp2618 sched_param p = { .sched_priority = INT_MIN }; in TEST()
2649 sched_param param = { .sched_priority = sched_get_priority_max(SCHED_FIFO) + 1 }; in TEST()
2669 sched_param param = { .sched_priority = sched_get_priority_min(SCHED_FIFO) }; in TEST()
2690 sched_param param = { .sched_priority = sched_get_priority_min(SCHED_FIFO) }; in TEST()
2712 sched_param param = { .sched_priority = sched_get_priority_min(SCHED_FIFO) }; in TEST()
/bionic/libc/include/
Dsched.h42 int sched_priority; member