Searched refs:pthread_setschedparam (Results 1 – 17 of 17) sorted by relevance
| /netbsd-src/regress/sys/kern/latency1/ |
| H A 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/ |
| H A 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/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/ |
| H A D | pthread.d | 1416 int pthread_setschedparam(pthread_t, int, const scope sched_param*); 1434 int pthread_setschedparam(pthread_t, int, const scope sched_param*); 1452 int pthread_setschedparam(pthread_t, int, sched_param*); 1470 int pthread_setschedparam(pthread_t, int, sched_param*); 1488 int pthread_setschedparam(pthread_t, int, sched_param*); 1506 int pthread_setschedparam(pthread_t, int, sched_param*); 1523 int pthread_setschedparam(pthread_t, int, sched_param*); 1539 int pthread_setschedparam(pthread_t, int, const scope sched_param*); 1550 int pthread_setschedparam(pthread_t, int, const scope sched_param*); 1568 int pthread_setschedparam(pthread_t, int, const scope sched_param*);
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/cris/c/ |
| H A D | thread2.c | 22 if (pthread_setschedparam (pthread_self (), SCHED_OTHER, ¶m) != 0 in main()
|
| /netbsd-src/lib/libpthread/ |
| H A D | pthread_misc.c | 80 pthread_setschedparam(pthread_t thread, int policy, in pthread_setschedparam() function
|
| H A D | pthread.h | 226 int pthread_setschedparam(pthread_t, int, const struct sched_param *);
|
| H A D | Makefile | 250 MLINKS+= pthread_schedparam.3 pthread_setschedparam.3
|
| H A D | pthread.c | 553 (void)pthread_setschedparam(newthread, p->ptap_policy, in pthread_create()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/ |
| H A 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/libgcc/ |
| H A 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/apache2/llvm/dist/llvm/lib/Support/Unix/ |
| H A D | Threading.inc | 247 // http://man7.org/linux/man-pages/man3/pthread_setschedparam.3.html 254 return !pthread_setschedparam(
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/thread/ |
| H A D | osthread.d | 896 if (auto err = pthread_setschedparam(m_addr, policy, ¶m)) in version()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgomp/ |
| H A D | libgomp.texi | 1780 thread pool according to @code{pthread_setschedparam}. In case a priority
|
| H A D | libgomp.info | 1590 of a thread pool according to 'pthread_setschedparam'. In
|
| /netbsd-src/external/gpl3/gcc/dist/libgomp/ |
| H A D | libgomp.texi | 2314 thread pool according to @code{pthread_setschedparam}. In case a priority
|
| H A D | libgomp.info | 2137 of a thread pool according to 'pthread_setschedparam'. In
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog-2002 | 3718 (pthread_getschedparam, pthread_setschedparam): Only use
|