Searched refs:pthread_setschedparam (Results 1 – 11 of 11) sorted by relevance
/freebsd/lib/libthr/thread/ |
H A D | thr_setschedparam.c | 43 __weak_reference(_pthread_setschedparam, pthread_setschedparam);
|
/freebsd/lib/libthr/ |
H A D | pthread.map | 109 pthread_setschedparam;
|
/freebsd/contrib/netbsd-tests/lib/libpthread/ |
H A D | t_mutex.c | 526 PTHREAD_REQUIRE(pthread_setschedparam(childid, 1, ¶m)); in high_prio() 558 PTHREAD_REQUIRE(pthread_setschedparam(childid, 1, ¶m)); in low_prio()
|
/freebsd/include/ |
H A D | pthread.h | 347 int pthread_setschedparam(pthread_t, int,
|
/freebsd/lib/libc/include/ |
H A D | namespace.h | 195 #define pthread_setschedparam _pthread_setschedparam macro
|
H A D | un-namespace.h | 176 #undef pthread_setschedparam
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/ |
H A D | Threading.inc | 257 // http://man7.org/linux/man-pages/man3/pthread_setschedparam.3.html 264 return !pthread_setschedparam(
|
/freebsd/share/man/man3/ |
H A D | Makefile | 517 pthread_schedparam.3 pthread_setschedparam.3
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | done_abilist.txt | 377 fun:pthread_setschedparam=discard
|
H A D | libc_ubuntu1404_abilist.txt | 2647 fun:pthread_setschedparam=uninstrumented
|
/freebsd/tests/sys/kern/ |
H A D | ptrace_test.c | 2028 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()
|