Searched refs:SuspendedThreadsList (Results 1 - 6 of 6) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld.h25 class SuspendedThreadsList { class in namespace:__sanitizer
27 SuspendedThreadsList() function in class:__sanitizer::SuspendedThreadsList
52 SuspendedThreadsList(const SuspendedThreadsList&);
53 void operator=(const SuspendedThreadsList&);
57 const SuspendedThreadsList &suspended_threads_list,
H A Dsanitizer_stoptheworld_linux_libcdep.cc83 SuspendedThreadsList &suspended_threads_list() {
87 SuspendedThreadsList suspended_threads_list_;
410 // Platform-specific methods from SuspendedThreadsList.
439 int SuspendedThreadsList::GetRegistersAndSP(uptr index,
457 uptr SuspendedThreadsList::RegisterCount() {
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stoptheworld_testlib.cc34 void Callback(const SuspendedThreadsList &suspended_threads_list,
H A Dsanitizer_stoptheworld_test.cc55 void Callback(const SuspendedThreadsList &suspended_threads_list,
142 void AdvancedCallback(const SuspendedThreadsList &suspended_threads_list,
/external/compiler-rt/lib/lsan/
H A Dlsan_common.cc204 static void ProcessThreads(SuspendedThreadsList const &suspended_threads,
206 InternalScopedBuffer<uptr> registers(SuspendedThreadsList::RegisterCount());
333 static void ClassifyAllChunks(SuspendedThreadsList const &suspended_threads) {
410 static void DoLeakCheckCallback(const SuspendedThreadsList &suspended_threads,
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cc119 const SuspendedThreadsList &suspended_threads_list,

Completed in 199 milliseconds