Searched refs:sched_priority (Results 1 – 10 of 10) sorted by relevance
23 int sched_priority; member31 __u32 sched_priority; member
50 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()
54 sched_param param = { .sched_priority = priority }; in pthread_setschedprio()
190 param.sched_priority = thread->attr.sched_priority; in __init_thread()201 param.sched_priority, strerror(errno)); in __init_thread()
41 int32_t sched_priority; member
41 STRUCT_MEMBER(struct sched_param, int, sched_priority); in sched_h()
162 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()
289 p.sched_priority = sched_get_priority_min(original_policy); in TEST()
2618 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()
42 int sched_priority; member