Lines Matching refs:priocntl
38 * for priocntl scheduling classes.
96 * Cache priocntl information on scheduling class by policy.
121 if (priocntl(0, 0, PC_GETCLINFO, &pccp->pcc_info) == -1 ||
140 priocntl(0, 0, PC_GETCID, &pccp->pcc_info) == -1) {
166 if (priocntl(0, 0, PC_GETPRIRANGE, &pcpri) == 0) {
200 if (priocntl(0, 0, PC_GETCLINFO, &pcinfo) == -1) {
239 if (priocntl(idtype, id, PC_GETPARMS, pcparmp) == -1)
282 rv = priocntl(idtype, id, PC_DOPRIO, &pcprio);
289 rv = priocntl(idtype, id, PC_SETPARMS, pcparmp);
378 if (priocntl(idtype, id, PC_DOPRIO, &pcprio) == 0)
624 if (priocntl(P_LWPID, P_MYID, PC_DOPRIO, &pcprio) == 0)