Home
last modified time | relevance | path

Searched refs:SuspendedThreadsList (Results 1 – 7 of 7) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stoptheworld.h25 class SuspendedThreadsList {
27 SuspendedThreadsList() in SuspendedThreadsList() function
52 SuspendedThreadsList(const SuspendedThreadsList&);
53 void operator=(const SuspendedThreadsList&);
57 const SuspendedThreadsList &suspended_threads_list,
Dsanitizer_stoptheworld_linux_libcdep.cc109 SuspendedThreadsList &suspended_threads_list() { in suspended_threads_list()
114 SuspendedThreadsList suspended_threads_list_;
494 int SuspendedThreadsList::GetRegistersAndSP(uptr index, in GetRegistersAndSP()
522 uptr SuspendedThreadsList::RegisterCount() { in RegisterCount()
/external/compiler-rt/lib/sanitizer_common/tests/
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()
Dsanitizer_stoptheworld_testlib.cc34 void Callback(const SuspendedThreadsList &suspended_threads_list, in Callback()
/external/compiler-rt/lib/lsan/
Dlsan_common.cc188 static void ProcessThreads(SuspendedThreadsList const &suspended_threads, in ProcessThreads()
190 InternalScopedBuffer<uptr> registers(SuspendedThreadsList::RegisterCount()); in ProcessThreads()
341 static void ClassifyAllChunks(SuspendedThreadsList const &suspended_threads) { in ClassifyAllChunks()
422 static void CheckForLeaksCallback(const SuspendedThreadsList &suspended_threads, in CheckForLeaksCallback()
/external/compiler-rt/lib/asan/
Dasan_memory_profile.cc84 static void MemoryProfileCB(const SuspendedThreadsList &suspended_threads_list, in MemoryProfileCB()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_platform_linux.cc130 const SuspendedThreadsList &suspended_threads_list, in FlushShadowMemoryCallback()