| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/ |
| H A D | pthread.d | 1415 int pthread_getschedparam(pthread_t, int*, sched_param*); 1433 int pthread_getschedparam(pthread_t, int*, sched_param*); 1451 int pthread_getschedparam(pthread_t, int*, sched_param*); 1469 int pthread_getschedparam(pthread_t, int*, sched_param*); 1487 int pthread_getschedparam(pthread_t, int*, sched_param*); 1505 int pthread_getschedparam(pthread_t, int*, sched_param*); 1522 int pthread_getschedparam(pthread_t, int*, sched_param*); 1538 int pthread_getschedparam(pthread_t, int*, sched_param*); 1549 int pthread_getschedparam(pthread_t, int*, sched_param*); 1567 int pthread_getschedparam(pthread_t, int*, sched_param*);
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/cris/c/ |
| H A D | thread2.c | 17 if (pthread_getschedparam (pthread_self (), &policy, ¶m) != 0 in main()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/ |
| H A D | gthr-posix.h | 152 __gthrw(pthread_getschedparam) 400 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, ¶ms) == 0) in __gthread_objc_thread_set_priority() 439 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, ¶ms) == 0) in __gthread_objc_thread_get_priority()
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/ |
| H A D | gthr-posix.h | 152 __gthrw(pthread_getschedparam) 400 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, ¶ms) == 0) in __gthread_objc_thread_set_priority() 439 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, ¶ms) == 0) in __gthread_objc_thread_get_priority()
|
| /netbsd-src/lib/libpthread/ |
| H A D | pthread_misc.c | 64 pthread_getschedparam(pthread_t thread, int *policy, struct sched_param *param) in __strong_alias()
|
| H A D | pthread.h | 224 int pthread_getschedparam(pthread_t, int * __restrict,
|
| H A D | pthread_attr.c | 123 return pthread_getschedparam(thread, &p->ptap_policy, &p->ptap_sp); in pthread_attr_get_np()
|
| H A D | Makefile | 251 MLINKS+= pthread_schedparam.3 pthread_getschedparam.3
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/ |
| H A D | asan_test.cc | 1322 TEST(AddressSanitizer, pthread_getschedparam) { in TEST() argument 1326 pthread_getschedparam(pthread_self(), &policy, Ident(¶m) + 2), in TEST() 1329 pthread_getschedparam(pthread_self(), Ident(&policy) - 1, ¶m), in TEST() 1331 int res = pthread_getschedparam(pthread_self(), &policy, ¶m); in TEST()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/thread/ |
| H A D | osthread.d | 722 pthread_getschedparam( pthread_self(), &policy, ¶m ) == 0 in loadPriorities() 808 if (auto err = pthread_getschedparam(m_addr, &policy, ¶m)) in priority() 889 if (auto err = pthread_getschedparam(m_addr, &policy, ¶m)) in version()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/ |
| H A D | msan_test.cc | 3372 TEST(MemorySanitizer, pthread_getschedparam) { in TEST() argument 3375 int res = pthread_getschedparam(pthread_self(), &policy, ¶m); in TEST()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 2526 INTERCEPTOR(int, pthread_getschedparam, uptr thread, int *policy, int *param) { 2528 COMMON_INTERCEPTOR_ENTER(ctx, pthread_getschedparam, thread, policy, param); 2532 int res = REAL(pthread_getschedparam)(thread, policy, param); 2540 COMMON_INTERCEPT_FUNCTION(pthread_getschedparam);
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 2634 INTERCEPTOR(int, pthread_getschedparam, uptr thread, int *policy, int *param) { 2636 COMMON_INTERCEPTOR_ENTER(ctx, pthread_getschedparam, thread, policy, param); 2640 int res = REAL(pthread_getschedparam)(thread, policy, param); 2648 COMMON_INTERCEPT_FUNCTION(pthread_getschedparam);
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 2550 INTERCEPTOR(int, pthread_getschedparam, uptr thread, int *policy, int *param) { 2552 COMMON_INTERCEPTOR_ENTER(ctx, pthread_getschedparam, thread, policy, param); 2556 int res = REAL(pthread_getschedparam)(thread, policy, param); 2564 COMMON_INTERCEPT_FUNCTION(pthread_getschedparam);
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog-2002 | 3718 (pthread_getschedparam, pthread_setschedparam): Only use
|