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

/freebsd-13-stable/lib/libthr/thread/
H A Dthr_getschedparam.c47 __weak_reference(_pthread_getschedparam, pthread_getschedparam);
/freebsd-13-stable/lib/libc/include/
H A Dnamespace.h143 #define pthread_getschedparam _pthread_getschedparam macro
H A Dun-namespace.h124 #undef pthread_getschedparam macro
/freebsd-13-stable/include/
H A Dpthread.h340 int pthread_getschedparam(pthread_t pthread, int * __restrict,
/freebsd-13-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_mutex.c527 PTHREAD_REQUIRE(pthread_getschedparam(childid, &policy, &param));
559 PTHREAD_REQUIRE(pthread_getschedparam(childid, &policy, &param));
/freebsd-13-stable/share/man/man3/
H A DMakefile493 PTHREAD_MLINKS+=pthread_schedparam.3 pthread_getschedparam.3 \
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc2550 INTERCEPTOR(int, pthread_getschedparam, uptr thread, int *policy, int *param) {
2552 COMMON_INTERCEPTOR_ENTER(ctx, pthread_getschedparam, thread, policy, param);
2556 int res = REAL(pthread_getschedparam)(thread, policy, param);
2564 COMMON_INTERCEPT_FUNCTION(pthread_getschedparam);

Completed in 270 milliseconds