Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDgthr-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()
HDgthr-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()
HDgthr-posix.c219 pthread_getschedparam (pthread_t thread ATTRIBUTE_UNUSED, in pthread_getschedparam() function
HDChangeLog-20023718 (pthread_getschedparam, pthread_setschedparam): Only use
/NextBSD/lib/libthr/thread/
HDthr_getschedparam.c44 __weak_reference(_pthread_getschedparam, pthread_getschedparam);
/NextBSD/contrib/compiler-rt/lib/asan/tests/
HDasan_test.cc1277 TEST(AddressSanitizer, pthread_getschedparam) { in TEST() argument
1281 pthread_getschedparam(pthread_self(), &policy, Ident(&param) + 2), in TEST()
1284 pthread_getschedparam(pthread_self(), Ident(&policy) - 1, &param), in TEST()
1286 int res = pthread_getschedparam(pthread_self(), &policy, &param); in TEST()
/NextBSD/lib/libthr/
HDpthread.map60 pthread_getschedparam;
/NextBSD/lib/libc/include/
HDnamespace.h138 #define pthread_getschedparam _pthread_getschedparam macro
HDun-namespace.h119 #undef pthread_getschedparam
/NextBSD/include/
HDpthread.h325 int pthread_getschedparam(pthread_t pthread, int *,
/NextBSD/share/man/man3/
HDMakefile322 PTHREAD_MLINKS+=pthread_schedparam.3 pthread_getschedparam.3 \
/NextBSD/contrib/compiler-rt/lib/msan/tests/
HDmsan_test.cc3087 TEST(MemorySanitizer, pthread_getschedparam) { in TEST() argument
3090 int res = pthread_getschedparam(pthread_self(), &policy, &param); in TEST()
/NextBSD/contrib/compiler-rt/lib/sanitizer_common/
HDsanitizer_common_interceptors.inc1838 INTERCEPTOR(int, pthread_getschedparam, uptr thread, int *policy, int *param) {
1840 COMMON_INTERCEPTOR_ENTER(ctx, pthread_getschedparam, thread, policy, param);
1844 int res = REAL(pthread_getschedparam)(thread, policy, param);
1852 COMMON_INTERCEPT_FUNCTION(pthread_getschedparam);
/NextBSD/contrib/compiler-rt/lib/dfsan/
HDlibc_ubuntu1404_abilist.txt2585 fun:pthread_getschedparam=uninstrumented