Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dpthread.d1415 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 Dthread2.c17 if (pthread_getschedparam (pthread_self (), &policy, &param) != 0 in main()
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/
H A Dgthr-posix.h152 __gthrw(pthread_getschedparam)
400 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0) in __gthread_objc_thread_set_priority()
439 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, &params) == 0) in __gthread_objc_thread_get_priority()
/netbsd-src/external/gpl3/gcc/dist/libgcc/
H A Dgthr-posix.h152 __gthrw(pthread_getschedparam)
400 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0) in __gthread_objc_thread_set_priority()
439 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, &params) == 0) in __gthread_objc_thread_get_priority()
/netbsd-src/lib/libpthread/
H A Dpthread_misc.c64 pthread_getschedparam(pthread_t thread, int *policy, struct sched_param *param) in __strong_alias()
H A Dpthread.h224 int pthread_getschedparam(pthread_t, int * __restrict,
H A Dpthread_attr.c123 return pthread_getschedparam(thread, &p->ptap_policy, &p->ptap_sp); in pthread_attr_get_np()
H A DMakefile251 MLINKS+= pthread_schedparam.3 pthread_getschedparam.3
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
H A Dasan_test.cc1322 TEST(AddressSanitizer, pthread_getschedparam) { in TEST() argument
1326 pthread_getschedparam(pthread_self(), &policy, Ident(&param) + 2), in TEST()
1329 pthread_getschedparam(pthread_self(), Ident(&policy) - 1, &param), in TEST()
1331 int res = pthread_getschedparam(pthread_self(), &policy, &param); in TEST()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/thread/
H A Dosthread.d722 pthread_getschedparam( pthread_self(), &policy, &param ) == 0 in loadPriorities()
808 if (auto err = pthread_getschedparam(m_addr, &policy, &param)) in priority()
889 if (auto err = pthread_getschedparam(m_addr, &policy, &param)) in version()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
H A Dmsan_test.cc3372 TEST(MemorySanitizer, pthread_getschedparam) { in TEST() argument
3375 int res = pthread_getschedparam(pthread_self(), &policy, &param); in TEST()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc2526 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 Dsanitizer_common_interceptors.inc2634 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 Dsanitizer_common_interceptors.inc2550 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 DChangeLog-20023718 (pthread_getschedparam, pthread_setschedparam): Only use