| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | gthr-posix.h | 82 #pragma weak pthread_getschedparam macro 190 if (pthread_getschedparam (thread_id, &policy, ¶ms) == 0) in __gthread_objc_thread_set_priority() 227 if (pthread_getschedparam (pthread_self (), &policy, ¶ms) == 0) in __gthread_objc_thread_get_priority()
|
| D | ChangeLog | 10229 (pthread_getschedparam, pthread_setschedparam): Only use
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | gthr-posix95.h | 105 __gthrw(pthread_getschedparam) 272 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, ¶ms) == 0) in __gthread_objc_thread_set_priority() 311 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, ¶ms) == 0) in __gthread_objc_thread_get_priority()
|
| D | gthr-posix.h | 142 __gthrw(pthread_getschedparam) 309 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, ¶ms) == 0) in __gthread_objc_thread_set_priority() 348 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, ¶ms) == 0) in __gthread_objc_thread_get_priority()
|
| D | gthr-posix.c | 219 pthread_getschedparam (pthread_t thread ATTRIBUTE_UNUSED, in pthread_getschedparam() function
|
| /openbsd/src/lib/librthread/ |
| D | Symbols.map | 40 pthread_getschedparam;
|
| D | rthread_sched.c | 32 pthread_getschedparam(pthread_t thread, int *policy, in pthread_getschedparam() function
|
| D | pthread.h | 62 PROTO_STD_DEPRECATED(pthread_getschedparam);
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/asan/tests/ |
| D | asan_test.cpp | 1326 TEST(AddressSanitizer, pthread_getschedparam) { in TEST() argument 1330 pthread_getschedparam(pthread_self(), &policy, Ident(¶m) + 2), in TEST() 1333 pthread_getschedparam(pthread_self(), Ident(&policy) - 1, ¶m), in TEST() 1335 int res = pthread_getschedparam(pthread_self(), &policy, ¶m); in TEST()
|
| /openbsd/src/include/ |
| D | pthread.h | 290 int pthread_getschedparam(pthread_t pthread, int *,
|
| /openbsd/src/gnu/llvm/lldb/tools/debugserver/source/ |
| D | RNBContext.cpp | 154 if (pthread_getschedparam(pthread_self(), &thread_sched_policy, in ThreadFunctionProcessStatus()
|
| D | DNB.cpp | 133 if (pthread_getschedparam(pthread_self(), &thread_sched_policy, in kqueue_thread() 260 if (pthread_getschedparam(pthread_self(), &thread_sched_policy, in waitpid_thread()
|
| D | debugserver.cpp | 915 if (pthread_getschedparam(pthread_self(), &thread_sched_policy, in main()
|
| D | RNBRemote.cpp | 1166 if (pthread_getschedparam(pthread_self(), &thread_sched_policy, in ThreadFunctionReadRemoteData()
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/dfsan/ |
| D | done_abilist.txt | 342 fun:pthread_getschedparam=discard
|
| D | libc_ubuntu1404_abilist.txt | 2586 fun:pthread_getschedparam=uninstrumented
|
| /openbsd/src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/ |
| D | MachTask.mm | 714 if (pthread_getschedparam(pthread_self(), &thread_sched_policy,
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/msan/tests/ |
| D | msan_test.cpp | 3413 TEST(MemorySanitizer, pthread_getschedparam) { in TEST() argument 3416 int res = pthread_getschedparam(pthread_self(), &policy, ¶m); in TEST()
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_common_interceptors.inc | 2767 INTERCEPTOR(int, pthread_getschedparam, uptr thread, int *policy, int *param) { 2769 COMMON_INTERCEPTOR_ENTER(ctx, pthread_getschedparam, thread, policy, param); 2773 int res = REAL(pthread_getschedparam)(thread, policy, param); 2781 COMMON_INTERCEPT_FUNCTION(pthread_getschedparam);
|