Searched refs:getparam (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/lib/libc/port/rt/ |
H A D | sched.c | 343 getparam(idtype_t idtype, id_t id, int *policyp, struct sched_param *param) in getparam() function 405 if (getparam(P_PID, pid, &policy, param) == -1) in sched_getparam()
|
/titanic_50/usr/src/lib/libc/port/threads/ |
H A D | pthread.c | 204 cid = getparam(P_LWPID, ulwp->ul_lwpid, policy, param); in pthread_getschedparam()
|
/titanic_50/usr/src/lib/libc/inc/ |
H A D | thr_uberdata.h | 1494 extern id_t getparam(idtype_t, id_t, int *, struct sched_param *);
|