Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/asan/tests/
H A Dasan_test.cpp1326 TEST(AddressSanitizer, pthread_getschedparam) { in TEST() argument
1330 pthread_getschedparam(pthread_self(), &policy, Ident(&param) + 2), in TEST()
1333 pthread_getschedparam(pthread_self(), Ident(&policy) - 1, &param), in TEST()
1335 int res = pthread_getschedparam(pthread_self(), &policy, &param); in TEST()
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DRNBContext.cpp154 if (pthread_getschedparam(pthread_self(), &thread_sched_policy, in ThreadFunctionProcessStatus()
H A DDNB.cpp133 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 Ddebugserver.cpp915 if (pthread_getschedparam(pthread_self(), &thread_sched_policy, in main()
H A DRNBRemote.cpp1162 if (pthread_getschedparam(pthread_self(), &thread_sched_policy, in ThreadFunctionReadRemoteData()
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Ddone_abilist.txt336 fun:pthread_getschedparam=discard
H A Dlibc_ubuntu1404_abilist.txt2586 fun:pthread_getschedparam=uninstrumented
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DMachTask.mm714 if (pthread_getschedparam(pthread_self(), &thread_sched_policy,
/llvm-project-15.0.7/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp3398 TEST(MemorySanitizer, pthread_getschedparam) { in TEST() argument
3401 int res = pthread_getschedparam(pthread_self(), &policy, &param); in TEST()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc2767 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);