Searched refs:pthread_getschedparam (Results 1 – 14 of 14) sorted by relevance
| /NextBSD/contrib/gcc/ |
| HD | 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()
|
| HD | 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()
|
| HD | gthr-posix.c | 219 pthread_getschedparam (pthread_t thread ATTRIBUTE_UNUSED, in pthread_getschedparam() function
|
| HD | ChangeLog-2002 | 3718 (pthread_getschedparam, pthread_setschedparam): Only use
|
| /NextBSD/lib/libthr/thread/ |
| HD | thr_getschedparam.c | 44 __weak_reference(_pthread_getschedparam, pthread_getschedparam);
|
| /NextBSD/contrib/compiler-rt/lib/asan/tests/ |
| HD | asan_test.cc | 1277 TEST(AddressSanitizer, pthread_getschedparam) { in TEST() argument 1281 pthread_getschedparam(pthread_self(), &policy, Ident(¶m) + 2), in TEST() 1284 pthread_getschedparam(pthread_self(), Ident(&policy) - 1, ¶m), in TEST() 1286 int res = pthread_getschedparam(pthread_self(), &policy, ¶m); in TEST()
|
| /NextBSD/lib/libthr/ |
| HD | pthread.map | 60 pthread_getschedparam;
|
| /NextBSD/lib/libc/include/ |
| HD | namespace.h | 138 #define pthread_getschedparam _pthread_getschedparam macro
|
| HD | un-namespace.h | 119 #undef pthread_getschedparam
|
| /NextBSD/include/ |
| HD | pthread.h | 325 int pthread_getschedparam(pthread_t pthread, int *,
|
| /NextBSD/share/man/man3/ |
| HD | Makefile | 322 PTHREAD_MLINKS+=pthread_schedparam.3 pthread_getschedparam.3 \
|
| /NextBSD/contrib/compiler-rt/lib/msan/tests/ |
| HD | msan_test.cc | 3087 TEST(MemorySanitizer, pthread_getschedparam) { in TEST() argument 3090 int res = pthread_getschedparam(pthread_self(), &policy, ¶m); in TEST()
|
| /NextBSD/contrib/compiler-rt/lib/sanitizer_common/ |
| HD | sanitizer_common_interceptors.inc | 1838 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/ |
| HD | libc_ubuntu1404_abilist.txt | 2585 fun:pthread_getschedparam=uninstrumented
|