Searched refs:pthread_getschedparam (Results 1 - 5 of 5) 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)
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3c.inc323 file path=usr/share/man/man3c/pthread_getschedparam.3c
1147 target=pthread_getschedparam.3c
/illumos-gate/usr/src/head/
H A Dpthread.h221 extern int pthread_getschedparam(pthread_t, int *_RESTRICT_KYWD,
/illumos-gate/usr/src/cmd/auditd/
H A Ddoorway.c817 (void) pthread_getschedparam(p->plg_tid, &policy, &param);
/illumos-gate/usr/src/man/man3c/
H A DMakefile328 pthread_getschedparam.3c \
2109 pthread_setschedparam.3c := LINKSRC = pthread_getschedparam.3c

Completed in 73 milliseconds