HomeSort by relevance Sort by last modified time
    Searched refs:SuspendedThreadsList (Results 1 - 7 of 7) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stoptheworld.h 25 class SuspendedThreadsList {
27 SuspendedThreadsList()
52 SuspendedThreadsList(const SuspendedThreadsList&);
53 void operator=(const SuspendedThreadsList&);
57 const SuspendedThreadsList &suspended_threads_list,
sanitizer_stoptheworld_linux_libcdep.cc 109 SuspendedThreadsList &suspended_threads_list() {
114 SuspendedThreadsList suspended_threads_list_;
451 // Platform-specific methods from SuspendedThreadsList.
494 int SuspendedThreadsList::GetRegistersAndSP(uptr index,
522 uptr SuspendedThreadsList::RegisterCount() {
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_stoptheworld_testlib.cc 34 void Callback(const SuspendedThreadsList &suspended_threads_list,
sanitizer_stoptheworld_test.cc 55 void Callback(const SuspendedThreadsList &suspended_threads_list,
142 void AdvancedCallback(const SuspendedThreadsList &suspended_threads_list,
192 static void SegvCallback(const SuspendedThreadsList &suspended_threads_list,
  /external/compiler-rt/lib/asan/
asan_memory_profile.cc 84 static void MemoryProfileCB(const SuspendedThreadsList &suspended_threads_list,
  /external/compiler-rt/lib/lsan/
lsan_common.cc 188 static void ProcessThreads(SuspendedThreadsList const &suspended_threads,
190 InternalScopedBuffer<uptr> registers(SuspendedThreadsList::RegisterCount());
341 static void ClassifyAllChunks(SuspendedThreadsList const &suspended_threads) {
422 static void CheckForLeaksCallback(const SuspendedThreadsList &suspended_threads,
  /external/compiler-rt/lib/tsan/rtl/
tsan_platform_linux.cc 130 const SuspendedThreadsList &suspended_threads_list,

Completed in 173 milliseconds