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

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dpthread.c66 _thr_setparam(pthread_t tid, int policy, int prio) function
149 error = _thr_setparam(tid, ap->policy, ap->prio);
275 return (_thr_setparam(tid, policy, param->sched_priority));
294 return (_thr_setparam(tid, policy, prio));

Completed in 43 milliseconds