Home
last modified time | relevance | path

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

/freebsd/lib/libthr/thread/
H A Dthr_setschedparam.c43 __weak_reference(_pthread_setschedparam, pthread_setschedparam);
/freebsd/lib/libthr/
H A Dpthread.map109 pthread_setschedparam;
/freebsd/contrib/netbsd-tests/lib/libpthread/
H A Dt_mutex.c526 PTHREAD_REQUIRE(pthread_setschedparam(childid, 1, &param)); in high_prio()
558 PTHREAD_REQUIRE(pthread_setschedparam(childid, 1, &param)); in low_prio()
/freebsd/include/
H A Dpthread.h347 int pthread_setschedparam(pthread_t, int,
/freebsd/lib/libc/include/
H A Dnamespace.h195 #define pthread_setschedparam _pthread_setschedparam macro
H A Dun-namespace.h176 #undef pthread_setschedparam
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DThreading.inc257 // http://man7.org/linux/man-pages/man3/pthread_setschedparam.3.html
264 return !pthread_setschedparam(
/freebsd/share/man/man3/
H A DMakefile517 pthread_schedparam.3 pthread_setschedparam.3
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddone_abilist.txt377 fun:pthread_setschedparam=discard
H A Dlibc_ubuntu1404_abilist.txt2647 fun:pthread_setschedparam=uninstrumented
/freebsd/tests/sys/kern/
H A Dptrace_test.c2028 CHILD_REQUIRE(pthread_setschedparam(pthread_self(), in ATF_TC_BODY()
2031 CHILD_REQUIRE(pthread_setschedparam(t, SCHED_FIFO, in ATF_TC_BODY()
2131 CHILD_REQUIRE(pthread_setschedparam(pthread_self(), in ATF_TC_BODY()
2134 CHILD_REQUIRE(pthread_setschedparam(t, SCHED_FIFO, in ATF_TC_BODY()