Home
last modified time | relevance | path

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

/freebsd-13-stable/lib/libthr/thread/
HDthr_setschedparam.c43 __weak_reference(_pthread_setschedparam, pthread_setschedparam);
/freebsd-13-stable/lib/libthr/
HDpthread.map109 pthread_setschedparam;
/freebsd-13-stable/contrib/netbsd-tests/lib/libpthread/
HDt_mutex.c526 PTHREAD_REQUIRE(pthread_setschedparam(childid, 1, &param)); in high_prio()
558 PTHREAD_REQUIRE(pthread_setschedparam(childid, 1, &param)); in low_prio()
/freebsd-13-stable/lib/libc/include/
HDnamespace.h195 #define pthread_setschedparam _pthread_setschedparam macro
HDun-namespace.h176 #undef pthread_setschedparam
/freebsd-13-stable/include/
HDpthread.h340 int pthread_setschedparam(pthread_t, int,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Unix/
HDThreading.inc257 // http://man7.org/linux/man-pages/man3/pthread_setschedparam.3.html
264 return !pthread_setschedparam(
/freebsd-13-stable/share/man/man3/
HDMakefile512 pthread_schedparam.3 pthread_setschedparam.3
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
HDdone_abilist.txt377 fun:pthread_setschedparam=discard
HDlibc_ubuntu1404_abilist.txt2647 fun:pthread_setschedparam=uninstrumented
/freebsd-13-stable/tests/sys/kern/
HDptrace_test.c2032 CHILD_REQUIRE(pthread_setschedparam(pthread_self(), in ATF_TC_BODY()
2035 CHILD_REQUIRE(pthread_setschedparam(t, SCHED_FIFO, in ATF_TC_BODY()
2135 CHILD_REQUIRE(pthread_setschedparam(pthread_self(), in ATF_TC_BODY()
2138 CHILD_REQUIRE(pthread_setschedparam(t, SCHED_FIFO, in ATF_TC_BODY()