Home
last modified time | relevance | path

Searched refs:pthread_getschedparam (Results 1 – 10 of 10) sorted by relevance

/freebsd/lib/libthr/thread/
H A Dthr_getschedparam.c44 __weak_reference(_pthread_getschedparam, pthread_getschedparam);
/freebsd/lib/libthr/
H A Dpthread.map59 pthread_getschedparam;
/freebsd/contrib/netbsd-tests/lib/libpthread/
H A Dt_mutex.c527 PTHREAD_REQUIRE(pthread_getschedparam(childid, &policy, &param)); in high_prio()
559 PTHREAD_REQUIRE(pthread_getschedparam(childid, &policy, &param)); in low_prio()
/freebsd/include/
H A Dpthread.h345 int pthread_getschedparam(pthread_t pthread, int * __restrict,
/freebsd/lib/libc/include/
H A Dnamespace.h141 #define pthread_getschedparam _pthread_getschedparam macro
H A Dun-namespace.h122 #undef pthread_getschedparam
/freebsd/share/man/man3/
H A DMakefile516 PTHREAD_MLINKS+=pthread_schedparam.3 pthread_getschedparam.3 \
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddone_abilist.txt356 fun:pthread_getschedparam=discard
H A Dlibc_ubuntu1404_abilist.txt2591 fun:pthread_getschedparam=uninstrumented
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc2706 INTERCEPTOR(int, pthread_getschedparam, uptr thread, int *policy, int *param) {
2708 COMMON_INTERCEPTOR_ENTER(ctx, pthread_getschedparam, thread, policy, param);
2712 int res = REAL(pthread_getschedparam)(thread, policy, param);
2720 COMMON_INTERCEPT_FUNCTION(pthread_getschedparam);