HomeSort by relevance Sort by last modified time
    Searched refs:SuspendedThreadsList (Results 1 - 6 of 6) 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 105 SuspendedThreadsList &suspended_threads_list() {
110 SuspendedThreadsList suspended_threads_list_;
447 // Platform-specific methods from SuspendedThreadsList.
481 int SuspendedThreadsList::GetRegistersAndSP(uptr index,
509 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/lsan/
lsan_common.cc 179 static void ProcessThreads(SuspendedThreadsList const &suspended_threads,
181 InternalScopedBuffer<uptr> registers(SuspendedThreadsList::RegisterCount());
311 static void ClassifyAllChunks(SuspendedThreadsList const &suspended_threads) {
392 static void CheckForLeaksCallback(const SuspendedThreadsList &suspended_threads,
  /external/compiler-rt/lib/tsan/rtl/
tsan_platform_linux.cc 128 const SuspendedThreadsList &suspended_threads_list,

Completed in 76 milliseconds