Searched refs:pthread_setschedparam (Results 1 – 12 of 12) sorted by relevance
| /netbsd/src/regress/sys/kern/latency1/ |
| D | latency1.c | 116 if (pthread_setschedparam(pthread_self(), SCHED_FIFO, &sp)) { in main() 120 if (pthread_setschedparam(pt, SCHED_FIFO, &sp)) { in main()
|
| /netbsd/src/regress/sys/kern/latency2/ |
| D | latency2.c | 130 if (pthread_setschedparam(pthread_self(), SCHED_FIFO, &sp)) { in main() 134 if (pthread_setschedparam(pt, SCHED_FIFO, &sp)) { in main()
|
| /netbsd/src/lib/libpthread/ |
| D | pthread_misc.c | 80 pthread_setschedparam(pthread_t thread, int policy, in pthread_setschedparam() function
|
| D | pthread_mi.expsym | 238 pthread_setschedparam
|
| D | pthread.h | 226 int pthread_setschedparam(pthread_t, int, const struct sched_param *);
|
| D | Makefile | 252 MLINKS+= pthread_schedparam.3 pthread_setschedparam.3
|
| D | pthread.c | 563 (void)pthread_setschedparam(newthread, p->ptap_policy, in pthread_create()
|
| /netbsd/src/external/gpl3/gcc/dist/libgcc/ |
| D | gthr-posix.h | 153 __gthrw(pthread_setschedparam) 419 if (__gthrw_(pthread_setschedparam) (thread_id, policy, ¶ms) == 0) in __gthread_objc_thread_set_priority()
|
| /netbsd/src/external/gpl3/gcc/dist/libgomp/ |
| D | libgomp.texi | 2314 thread pool according to @code{pthread_setschedparam}. In case a priority
|
| D | libgomp.info | 2137 of a thread pool according to 'pthread_setschedparam'. In
|
| /netbsd/src/distrib/sets/lists/comp/ |
| D | mi | 10111 ./usr/share/man/cat3/pthread_setschedparam.0 comp-c-catman .cat 18658 ./usr/share/man/html3/pthread_setschedparam.html comp-c-htmlman html 27201 ./usr/share/man/man3/pthread_setschedparam.3 comp-c-man .man
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | ChangeLog-2002 | 3718 (pthread_getschedparam, pthread_setschedparam): Only use
|