Searched refs:pthread_setschedparam (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/lib/libthr/thread/
H A Dthr_setschedparam.c46 __weak_reference(_pthread_setschedparam, pthread_setschedparam);
/freebsd-13-stable/lib/libc/include/
H A Dnamespace.h197 #define pthread_setschedparam _pthread_setschedparam macro
H A Dun-namespace.h178 #undef pthread_setschedparam macro
/freebsd-13-stable/include/
H A Dpthread.h342 int pthread_setschedparam(pthread_t, int,
/freebsd-13-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_mutex.c526 PTHREAD_REQUIRE(pthread_setschedparam(childid, 1, &param));
558 PTHREAD_REQUIRE(pthread_setschedparam(childid, 1, &param));
/freebsd-13-stable/share/man/man3/
H A DMakefile494 pthread_schedparam.3 pthread_setschedparam.3
/freebsd-13-stable/tests/sys/kern/
H A Dptrace_test.c2038 CHILD_REQUIRE(pthread_setschedparam(pthread_self(),
2041 CHILD_REQUIRE(pthread_setschedparam(t, SCHED_FIFO,
2141 CHILD_REQUIRE(pthread_setschedparam(pthread_self(),
2144 CHILD_REQUIRE(pthread_setschedparam(t, SCHED_FIFO,

Completed in 189 milliseconds