Searched refs:_thr_setparam (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libc/port/threads/
H A Dpthread.c49 _thr_setparam(pthread_t tid, int policy, int prio) function
124 error = _thr_setparam(tid, ap->policy, ap->prio);
248 return (_thr_setparam(tid, policy, param->sched_priority));
267 return (_thr_setparam(tid, policy, prio));

Completed in 91 milliseconds