Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libthr/thread/
H A Dthr_setschedparam.c43 __weak_reference(_pthread_setschedparam, pthread_setschedparam);
/freebsd-14.2/lib/libthr/
H A Dpthread.map109 pthread_setschedparam;
/freebsd-14.2/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-14.2/lib/libc/include/
H A Dun-namespace.h176 #undef pthread_setschedparam
H A Dnamespace.h195 #define pthread_setschedparam _pthread_setschedparam macro
/freebsd-14.2/include/
H A Dpthread.h347 int pthread_setschedparam(pthread_t, int,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/Unix/
H A DThreading.inc254 // http://man7.org/linux/man-pages/man3/pthread_setschedparam.3.html
261 return !pthread_setschedparam(
/freebsd-14.2/share/man/man3/
H A DMakefile519 pthread_schedparam.3 pthread_setschedparam.3
/freebsd-14.2/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-14.2/tests/sys/kern/
H A Dptrace_test.c2029 CHILD_REQUIRE(pthread_setschedparam(pthread_self(), in ATF_TC_BODY()
2032 CHILD_REQUIRE(pthread_setschedparam(t, SCHED_FIFO, in ATF_TC_BODY()
2132 CHILD_REQUIRE(pthread_setschedparam(pthread_self(), in ATF_TC_BODY()
2135 CHILD_REQUIRE(pthread_setschedparam(t, SCHED_FIFO, in ATF_TC_BODY()