Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libc/port/threads/
H A Dpthread.c213 param->sched_priority = ulwp->ul_pri; in pthread_getschedparam()
218 ulwp->ul_pri = param->sched_priority; in pthread_getschedparam()
237 *priority = param.sched_priority; in thr_getprio()
248 return (_thr_setparam(tid, policy, param->sched_priority)); in pthread_setschedparam()
265 if (param.sched_priority == prio) /* no change */ in thr_setprio()
H A Dpthr_attr.c375 ap->prio = param->sched_priority; in pthread_attr_setschedparam()
394 param->sched_priority = ap->prio; in pthread_attr_getschedparam()
H A Dspawn.c752 sap->sa_priority = schedparam->sched_priority; in posix_spawnattr_setschedparam()
766 schedparam->sched_priority = sap->sa_priority; in posix_spawnattr_getschedparam()
/titanic_44/usr/src/head/
H A Dsched.h40 int sched_priority; /* scheduling priority */ member
/titanic_44/usr/src/lib/libc/port/rt/
H A Dsched.c337 if (setprio(P_PID, pid, param->sched_priority, NULL) == -1) in sched_setparam()
388 param->sched_priority = priority; in getparam()
437 pri_t prio = param->sched_priority; in sched_setscheduler()
/titanic_44/usr/src/cmd/auditd/
H A Ddoorway.c453 param.sched_priority = BASE_PRIORITY; in auditd_thread_init()
829 in_thr.thd_waiting, param.sched_priority, in dump_state()
1078 param.sched_priority = in adjust_priority()
1196 p->plg_priority = param.sched_priority = BASE_PRIORITY; in process()
1298 p->plg_priority = param.sched_priority = in process()