Home
last modified time | relevance | path

Searched refs:pthread_setschedparam (Results 1 – 12 of 12) sorted by relevance

/dragonfly/test/libpthread/
HDmutex_d.c1161 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/
HDthr_setschedparam.c96 __strong_reference(_pthread_setschedparam, pthread_setschedparam);
/dragonfly/contrib/gcc-8.0/libgcc/
HDgthr-posix.h152 __gthrw(pthread_setschedparam)
439 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0) in __gthread_objc_thread_set_priority()
/dragonfly/contrib/gcc-4.7/libgcc/
HDgthr-posix.h196 __gthrw(pthread_setschedparam)
434 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0) in __gthread_objc_thread_set_priority()
/dragonfly/lib/libpthread/
HDMakefile139 pthread_schedparam.3 pthread_setschedparam.3
/dragonfly/include/
HDpthread.h290 int pthread_setschedparam(pthread_t, int, const struct sched_param *)
/dragonfly/lib/libc/include/
HDnamespace.h195 #define pthread_setschedparam _pthread_setschedparam macro
HDun-namespace.h176 #undef pthread_setschedparam
/dragonfly/lib/libthread_xu/
HDpthread.map312 pthread_setschedparam;
/dragonfly/lib/libc/gen/
HD_pthread_stubs.c169 WR(stub_zero, pthread_setschedparam);
HDSymbol.map131 pthread_setschedparam;
/dragonfly/test/interbench/
HDinterbench.c196 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()