Searched refs:pthread_getschedparam (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/asan/tests/ |
| H A 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()
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/ |
| H A D | RNBContext.cpp | 154 if (pthread_getschedparam(pthread_self(), &thread_sched_policy, in ThreadFunctionProcessStatus()
|
| H A 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()
|
| H A D | debugserver.cpp | 915 if (pthread_getschedparam(pthread_self(), &thread_sched_policy, in main()
|
| H A D | RNBRemote.cpp | 1162 if (pthread_getschedparam(pthread_self(), &thread_sched_policy, in ThreadFunctionReadRemoteData()
|
| /llvm-project-15.0.7/compiler-rt/lib/dfsan/ |
| H A D | done_abilist.txt | 336 fun:pthread_getschedparam=discard
|
| H A D | libc_ubuntu1404_abilist.txt | 2586 fun:pthread_getschedparam=uninstrumented
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/ |
| H A D | MachTask.mm | 714 if (pthread_getschedparam(pthread_self(), &thread_sched_policy,
|
| /llvm-project-15.0.7/compiler-rt/lib/msan/tests/ |
| H A D | msan_test.cpp | 3398 TEST(MemorySanitizer, pthread_getschedparam) { in TEST() argument 3401 int res = pthread_getschedparam(pthread_self(), &policy, ¶m); in TEST()
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A 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);
|