Searched refs:sched_priority (Results 1 - 4 of 4) sorted by relevance

/haiku/headers/posix/
H A Dsched.h20 int sched_priority; member in struct:sched_param
/haiku/src/system/libroot/posix/pthread/
H A Dpthread_attr.c38 attr->sched_priority = B_NORMAL_PRIORITY;
158 (*attr)->sched_priority = param->sched_priority;
171 param->sched_priority = (*attr)->sched_priority;
262 attr->sched_priority = info.priority;
H A Dpthread.cpp120 attributes->priority = attr->sched_priority;
139 pthread_attr_default.sched_priority = priority;
287 param->sched_priority = info.priority;
305 if (policy == SCHED_RR && param->sched_priority < B_FIRST_REAL_TIME_PRIORITY)
307 if (policy == SCHED_OTHER && param->sched_priority >= B_FIRST_REAL_TIME_PRIORITY)
309 status = _kern_set_thread_priority(thread->id, param->sched_priority);
/haiku/headers/private/libroot/
H A Dpthread_private.h49 int32 sched_priority; member in struct:_pthread_attr

Completed in 46 milliseconds