Home
last modified time | relevance | path

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) in _thr_setparam() function
149 error = _thr_setparam(tid, ap->policy, ap->prio); in pthread_create()
283 return (_thr_setparam(tid, policy, param->sched_priority)); in pthread_setschedparam()
302 return (_thr_setparam(tid, policy, prio)); in thr_setprio()