Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld.h29 class SuspendedThreadsList {
31 SuspendedThreadsList() = default;
44 ~SuspendedThreadsList() {} in ~SuspendedThreadsList()
48 SuspendedThreadsList(const SuspendedThreadsList &) = delete;
49 void operator=(const SuspendedThreadsList &) = delete;
53 const SuspendedThreadsList &suspended_threads_list,
H A Dsanitizer_stoptheworld_fuchsia.h16 class SuspendedThreadsListFuchsia final : public SuspendedThreadsList {};
H A Dsanitizer_stoptheworld_win.cpp28 struct SuspendedThreadsListWindows final : public SuspendedThreadsList {
H A Dsanitizer_stoptheworld_mac.cpp30 class SuspendedThreadsListMac final : public SuspendedThreadsList {
H A Dsanitizer_stoptheworld_netbsd_libcdep.cpp51 class SuspendedThreadsListNetBSD final : public SuspendedThreadsList {
H A Dsanitizer_stoptheworld_linux_libcdep.cpp88 class SuspendedThreadsListLinux final : public SuspendedThreadsList {
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stoptheworld_test.cpp51 void Callback(const SuspendedThreadsList &suspended_threads_list, in Callback()
113 void AdvancedCallback(const SuspendedThreadsList &suspended_threads_list, in AdvancedCallback()
153 static void SegvCallback(const SuspendedThreadsList &suspended_threads_list, in SegvCallback()
H A Dsanitizer_stoptheworld_testlib.cpp33 void Callback(const SuspendedThreadsList &suspended_threads_list, in Callback()
/llvm-project-15.0.7/compiler-rt/lib/lsan/
H A Dlsan_common.cpp335 static void ProcessThreads(SuspendedThreadsList const &, Frontier *) {} in ProcessThreads()
367 static void ProcessThreads(SuspendedThreadsList const &suspended_threads, in ProcessThreads()
574 static void ClassifyAllChunks(SuspendedThreadsList const &suspended_threads, in ClassifyAllChunks()
656 static void ReportUnsuspendedThreads(const SuspendedThreadsList &) {} in ReportUnsuspendedThreads() argument
661 const SuspendedThreadsList &suspended_threads) { in ReportUnsuspendedThreads()
674 static void CheckForLeaksCallback(const SuspendedThreadsList &suspended_threads, in CheckForLeaksCallback()
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_memory_profile.cpp103 static void MemoryProfileCB(const SuspendedThreadsList &suspended_threads_list, in MemoryProfileCB()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_platform_linux.cpp151 const SuspendedThreadsList &suspended_threads_list, in FlushShadowMemoryCallback()