Searched defs:pthread_getschedparam (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dpthread.c218 * pthread_getschedparam: get the thread's sched parameters.
220 #pragma weak _pthread_getschedparam = pthread_getschedparam
222 pthread_getschedparam(pthread_t tid, int *policy, struct sched_param *param) function
263 if ((error = pthread_getschedparam(tid, &policy, &param)) == 0)
287 * pthread_getschedparam() has the side-effect of setting
290 if ((error = pthread_getschedparam(tid, &policy, &param)) != 0)

Completed in 54 milliseconds