Searched refs:sched_priority (Results 1 – 6 of 6) sorted by relevance
213 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()
375 ap->prio = param->sched_priority; in pthread_attr_setschedparam()394 param->sched_priority = ap->prio; in pthread_attr_getschedparam()
752 sap->sa_priority = schedparam->sched_priority; in posix_spawnattr_setschedparam()766 schedparam->sched_priority = sap->sa_priority; in posix_spawnattr_getschedparam()
40 int sched_priority; /* scheduling priority */ member
337 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()
453 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()