Home
last modified time | relevance | path

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

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