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