Searched refs:pthread_getschedparam (Results 1 – 14 of 14) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | gthr-posix.h | 142 __gthrw(pthread_getschedparam) 312 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, ¶ms) == 0) in __gthread_objc_thread_set_priority() 351 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, ¶ms) == 0) in __gthread_objc_thread_get_priority()
|
| H A D | gthr-posix95.h | 105 __gthrw(pthread_getschedparam) 278 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, ¶ms) == 0) in __gthread_objc_thread_set_priority() 317 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, ¶ms) == 0) in __gthread_objc_thread_get_priority()
|
| H A D | gthr-posix.c | 219 pthread_getschedparam (pthread_t thread ATTRIBUTE_UNUSED, in pthread_getschedparam() function
|
| H A D | ChangeLog-2002 | 3718 (pthread_getschedparam, pthread_setschedparam): Only use
|
| /freebsd-12.1/lib/libthr/thread/ |
| H A D | thr_getschedparam.c | 47 __weak_reference(_pthread_getschedparam, pthread_getschedparam);
|
| /freebsd-12.1/lib/libthr/ |
| H A D | pthread.map | 60 pthread_getschedparam;
|
| /freebsd-12.1/contrib/netbsd-tests/lib/libpthread/ |
| H A D | t_mutex.c | 442 PTHREAD_REQUIRE(pthread_getschedparam(childid, &policy, ¶m)); in high_prio() 474 PTHREAD_REQUIRE(pthread_getschedparam(childid, &policy, ¶m)); in low_prio()
|
| /freebsd-12.1/include/ |
| H A D | pthread.h | 337 int pthread_getschedparam(pthread_t pthread, int * __restrict,
|
| /freebsd-12.1/lib/libc/include/ |
| H A D | namespace.h | 142 #define pthread_getschedparam _pthread_getschedparam macro
|
| H A D | un-namespace.h | 123 #undef pthread_getschedparam
|
| /freebsd-12.1/share/man/man3/ |
| H A D | Makefile | 362 PTHREAD_MLINKS+=pthread_schedparam.3 pthread_getschedparam.3 \
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/ |
| H A D | NativeProcessDarwin.cpp | 946 if (pthread_getschedparam(pthread_self(), &thread_sched_policy, in MaybeRaiseThreadPriority()
|
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 2527 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 D | libc_ubuntu1404_abilist.txt | 2585 fun:pthread_getschedparam=uninstrumented
|