Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dgthr-posix.h142 __gthrw(pthread_getschedparam)
312 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0) in __gthread_objc_thread_set_priority()
351 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, &params) == 0) in __gthread_objc_thread_get_priority()
H A Dgthr-posix95.h105 __gthrw(pthread_getschedparam)
278 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0) in __gthread_objc_thread_set_priority()
317 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, &params) == 0) in __gthread_objc_thread_get_priority()
H A Dgthr-posix.c219 pthread_getschedparam (pthread_t thread ATTRIBUTE_UNUSED, in pthread_getschedparam() function
H A DChangeLog-20023718 (pthread_getschedparam, pthread_setschedparam): Only use
/freebsd-12.1/lib/libthr/thread/
H A Dthr_getschedparam.c47 __weak_reference(_pthread_getschedparam, pthread_getschedparam);
/freebsd-12.1/lib/libthr/
H A Dpthread.map60 pthread_getschedparam;
/freebsd-12.1/contrib/netbsd-tests/lib/libpthread/
H A Dt_mutex.c442 PTHREAD_REQUIRE(pthread_getschedparam(childid, &policy, &param)); in high_prio()
474 PTHREAD_REQUIRE(pthread_getschedparam(childid, &policy, &param)); in low_prio()
/freebsd-12.1/include/
H A Dpthread.h337 int pthread_getschedparam(pthread_t pthread, int * __restrict,
/freebsd-12.1/lib/libc/include/
H A Dnamespace.h142 #define pthread_getschedparam _pthread_getschedparam macro
H A Dun-namespace.h123 #undef pthread_getschedparam
/freebsd-12.1/share/man/man3/
H A DMakefile362 PTHREAD_MLINKS+=pthread_schedparam.3 pthread_getschedparam.3 \
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DNativeProcessDarwin.cpp946 if (pthread_getschedparam(pthread_self(), &thread_sched_policy, in MaybeRaiseThreadPriority()
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc2527 INTERCEPTOR(int, pthread_getschedparam, uptr thread, int *policy, int *param) {
2529 COMMON_INTERCEPTOR_ENTER(ctx, pthread_getschedparam, thread, policy, param);
2533 int res = REAL(pthread_getschedparam)(thread, policy, param);
2541 COMMON_INTERCEPT_FUNCTION(pthread_getschedparam);
/freebsd-12.1/contrib/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2585 fun:pthread_getschedparam=uninstrumented