Home
last modified time | relevance | path

Searched refs:SuspendedThreadsList (Results 1 – 6 of 6) 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.cc98 SuspendedThreadsList &suspended_threads_list() { in suspended_threads_list()
103 SuspendedThreadsList suspended_threads_list_;
476 int SuspendedThreadsList::GetRegistersAndSP(uptr index, in GetRegistersAndSP()
494 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.cc176 static void ProcessThreads(SuspendedThreadsList const &suspended_threads, in ProcessThreads()
178 InternalScopedBuffer<uptr> registers(SuspendedThreadsList::RegisterCount()); in ProcessThreads()
305 static void ClassifyAllChunks(SuspendedThreadsList const &suspended_threads) { in ClassifyAllChunks()
379 static void DoLeakCheckCallback(const SuspendedThreadsList &suspended_threads, in DoLeakCheckCallback()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_platform_linux.cc122 const SuspendedThreadsList &suspended_threads_list, in FlushShadowMemoryCallback()