Home
last modified time | relevance | path

Searched defs:suspended_threads_list (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stoptheworld_test.cc55 void Callback(const SuspendedThreadsList &suspended_threads_list, in Callback()
142 void AdvancedCallback(const SuspendedThreadsList &suspended_threads_list, in AdvancedCallback()
192 static void SegvCallback(const SuspendedThreadsList &suspended_threads_list, in SegvCallback()
H A Dsanitizer_stoptheworld_testlib.cc34 void Callback(const SuspendedThreadsList &suspended_threads_list, in Callback()
/aosp_15_r20/external/compiler-rt/lib/asan/
H A Dasan_memory_profile.cc84 static void MemoryProfileCB(const SuspendedThreadsList &suspended_threads_list, in MemoryProfileCB()
/aosp_15_r20/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cc130 const SuspendedThreadsList &suspended_threads_list, in FlushShadowMemoryCallback()
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_linux_libcdep.cc109 SuspendedThreadsList &suspended_threads_list() { in suspended_threads_list() function in __sanitizer::ThreadSuspender