Searched refs:pthread_setschedparam (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/auditd/ |
H A D | doorway.c | 454 (void) pthread_setschedparam(pthread_self(), SCHED_OTHER, 1080 (void) pthread_setschedparam(p->plg_tid, 1197 (void) pthread_setschedparam(p->plg_tid, SCHED_OTHER, ¶m); 1300 (void) pthread_setschedparam(p->plg_tid, SCHED_OTHER,
|
/illumos-gate/usr/src/head/ |
H A D | pthread.h | 220 extern int pthread_setschedparam(pthread_t, int, const struct sched_param *);
|
/illumos-gate/usr/src/lib/libc/port/threads/ |
H A D | pthread.c | 269 * pthread_setschedparam: sets the sched parameters for a thread. 272 pthread_setschedparam(pthread_t tid, function
|
/illumos-gate/usr/src/test/libc-tests/tests/threads/ |
H A D | pthread_attr_get_np.c | 239 * pthread_setschedparam() and pthread_detach(). 245 VERIFY0(pthread_setschedparam(pthread_self(), opolicy, &oparam));
|
/illumos-gate/usr/src/man/man3c/ |
H A D | Makefile | 1096 pthread_setschedparam.3c \ 2109 pthread_setschedparam.3c := LINKSRC = pthread_getschedparam.3c
|
Completed in 75 milliseconds