Searched refs:pthread_setschedparam (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/auditd/
H A Ddoorway.c454 (void) pthread_setschedparam(pthread_self(), SCHED_OTHER,
1080 (void) pthread_setschedparam(p->plg_tid,
1197 (void) pthread_setschedparam(p->plg_tid, SCHED_OTHER, &param);
1300 (void) pthread_setschedparam(p->plg_tid, SCHED_OTHER,
/illumos-gate/usr/src/head/
H A Dpthread.h220 extern int pthread_setschedparam(pthread_t, int, const struct sched_param *);
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dpthread.c269 * 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 Dpthread_attr_get_np.c239 * pthread_setschedparam() and pthread_detach().
245 VERIFY0(pthread_setschedparam(pthread_self(), opolicy, &oparam));
/illumos-gate/usr/src/man/man3c/
H A DMakefile1096 pthread_setschedparam.3c \
2109 pthread_setschedparam.3c := LINKSRC = pthread_getschedparam.3c

Completed in 92 milliseconds