Searched refs:setparam (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/libc/port/rt/ |
H A D | sched.c | 416 setparam(idtype_t idtype, id_t id, int policy, int prio) in setparam() function 446 if (setparam(P_PID, pid, policy, prio) == -1) in sched_setscheduler()
|
/titanic_41/usr/src/lib/libc/port/threads/ |
H A D | pthread.c | 69 } else if ((cid = setparam(P_LWPID, tid, policy, prio)) == -1) { in _thr_setparam()
|
H A D | spawn.c | 184 if (setparam(P_LWPID, P_MYID, in perform_flag_actions()
|
/titanic_41/usr/src/lib/libc/inc/ |
H A D | thr_uberdata.h | 1466 extern id_t setparam(idtype_t, id_t, int, int);
|