Searched refs:pthread_setschedparam (Results 1 – 12 of 12) sorted by relevance
| /dragonfly/test/libpthread/ |
| HD | mutex_d.c | 1161 assert (pthread_setschedparam (states[test_thread_id].tid, in mutex_prioceiling_test() 1184 assert (pthread_setschedparam (states[test_thread_id].tid, in mutex_prioceiling_test() 1375 assert (pthread_setschedparam (states[2].tid, SCHED_FIFO, in mutex_prioinherit_test() 1378 assert (pthread_setschedparam (states[4].tid, SCHED_FIFO, in mutex_prioinherit_test() 1405 assert (pthread_setschedparam (states[4].tid, SCHED_FIFO, in mutex_prioinherit_test() 1416 assert (pthread_setschedparam (states[2].tid, SCHED_RR, in mutex_prioinherit_test() 1419 assert (pthread_setschedparam (states[4].tid, SCHED_RR, in mutex_prioinherit_test() 1501 assert (pthread_setschedparam (states[i].tid, SCHED_OTHER, in main()
|
| /dragonfly/lib/libthread_xu/thread/ |
| HD | thr_setschedparam.c | 96 __strong_reference(_pthread_setschedparam, pthread_setschedparam);
|
| /dragonfly/contrib/gcc-8.0/libgcc/ |
| HD | gthr-posix.h | 152 __gthrw(pthread_setschedparam) 439 if (__gthrw_(pthread_setschedparam) (thread_id, policy, ¶ms) == 0) in __gthread_objc_thread_set_priority()
|
| /dragonfly/contrib/gcc-4.7/libgcc/ |
| HD | gthr-posix.h | 196 __gthrw(pthread_setschedparam) 434 if (__gthrw_(pthread_setschedparam) (thread_id, policy, ¶ms) == 0) in __gthread_objc_thread_set_priority()
|
| /dragonfly/lib/libpthread/ |
| HD | Makefile | 139 pthread_schedparam.3 pthread_setschedparam.3
|
| /dragonfly/include/ |
| HD | pthread.h | 290 int pthread_setschedparam(pthread_t, int, const struct sched_param *)
|
| /dragonfly/lib/libc/include/ |
| HD | namespace.h | 195 #define pthread_setschedparam _pthread_setschedparam macro
|
| HD | un-namespace.h | 176 #undef pthread_setschedparam
|
| /dragonfly/lib/libthread_xu/ |
| HD | pthread.map | 312 pthread_setschedparam;
|
| /dragonfly/lib/libc/gen/ |
| HD | _pthread_stubs.c | 169 WR(stub_zero, pthread_setschedparam);
|
| HD | Symbol.map | 131 pthread_setschedparam;
|
| /dragonfly/test/interbench/ |
| HD | interbench.c | 196 if (pthread_setschedparam(pthread, SCHED_FIFO, &sp) == -1) in set_thread_fifo() 240 if (pthread_setschedparam(pthread, SCHED_OTHER, &sp) == -1) in set_thread_normal()
|