Searched refs:pthread_getschedparam (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/threads/ |
H A D | pthread.c | 218 * 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, ¶m)) == 0) 287 * pthread_getschedparam() has the side-effect of setting 290 if ((error = pthread_getschedparam(tid, &policy, ¶m)) != 0)
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3c.inc | 323 file path=usr/share/man/man3c/pthread_getschedparam.3c 1147 target=pthread_getschedparam.3c
|
/illumos-gate/usr/src/head/ |
H A D | pthread.h | 221 extern int pthread_getschedparam(pthread_t, int *_RESTRICT_KYWD,
|
/illumos-gate/usr/src/cmd/auditd/ |
H A D | doorway.c | 817 (void) pthread_getschedparam(p->plg_tid, &policy, ¶m);
|
/illumos-gate/usr/src/man/man3c/ |
H A D | Makefile | 328 pthread_getschedparam.3c \ 2109 pthread_setschedparam.3c := LINKSRC = pthread_getschedparam.3c
|
Completed in 73 milliseconds