Searched refs:sched_priority (Results 1 – 10 of 10) sorted by relevance
51 attr->sched_priority = 0; in pthread_attr_init()120 attr->sched_priority = param->sched_priority; in pthread_attr_setschedparam()126 param->sched_priority = attr->sched_priority; in pthread_attr_getschedparam()
54 sched_param param = { .sched_priority = priority }; in pthread_setschedprio()
185 param.sched_priority = thread->attr.sched_priority; in __init_thread()196 param.sched_priority); in __init_thread()
17 __u32 sched_priority; member
40 int32_t sched_priority; member
41 STRUCT_MEMBER(struct sched_param, int, sched_priority); in sched_h()
166 ASSERT_EQ(0, sp.sched_priority); in TEST()168 sched_param sp123 = { .sched_priority = 123 }; in TEST()172 ASSERT_EQ(123, sp.sched_priority); in TEST()
291 p.sched_priority = sched_get_priority_min(original_policy); in TEST()
2972 sched_param p = { .sched_priority = INT_MIN }; in TEST()3003 sched_param param = { .sched_priority = sched_get_priority_max(SCHED_FIFO) + 1 }; in TEST()3023 sched_param param = { .sched_priority = sched_get_priority_min(SCHED_FIFO) }; in TEST()3044 sched_param param = { .sched_priority = sched_get_priority_min(SCHED_FIFO) }; in TEST()3066 sched_param param = { .sched_priority = sched_get_priority_min(SCHED_FIFO) }; in TEST()
98 int sched_priority; member