Searched refs:pthread_getschedparam (Results 1 – 10 of 10) sorted by relevance
/freebsd/lib/libthr/thread/ |
H A D | thr_getschedparam.c | 44 __weak_reference(_pthread_getschedparam, pthread_getschedparam);
|
/freebsd/lib/libthr/ |
H A D | pthread.map | 59 pthread_getschedparam;
|
/freebsd/contrib/netbsd-tests/lib/libpthread/ |
H A D | t_mutex.c | 527 PTHREAD_REQUIRE(pthread_getschedparam(childid, &policy, ¶m)); in high_prio() 559 PTHREAD_REQUIRE(pthread_getschedparam(childid, &policy, ¶m)); in low_prio()
|
/freebsd/include/ |
H A D | pthread.h | 345 int pthread_getschedparam(pthread_t pthread, int * __restrict,
|
/freebsd/lib/libc/include/ |
H A D | namespace.h | 141 #define pthread_getschedparam _pthread_getschedparam macro
|
H A D | un-namespace.h | 122 #undef pthread_getschedparam
|
/freebsd/share/man/man3/ |
H A D | Makefile | 516 PTHREAD_MLINKS+=pthread_schedparam.3 pthread_getschedparam.3 \
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | done_abilist.txt | 356 fun:pthread_getschedparam=discard
|
H A D | libc_ubuntu1404_abilist.txt | 2591 fun:pthread_getschedparam=uninstrumented
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 2706 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);
|