Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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_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 {
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common.cpp246 static void ProcessThreads(SuspendedThreadsList const &, Frontier *) {} in ProcessThreads()
278 static void ProcessThreads(SuspendedThreadsList const &suspended_threads, in ProcessThreads()
548 static void ClassifyAllChunks(SuspendedThreadsList const &suspended_threads, in ClassifyAllChunks()
647 static void ReportUnsuspendedThreads(const SuspendedThreadsList &) {} in ReportUnsuspendedThreads() argument
652 const SuspendedThreadsList &suspended_threads) { in ReportUnsuspendedThreads()
665 static void CheckForLeaksCallback(const SuspendedThreadsList &suspended_threads, in CheckForLeaksCallback()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_memory_profile.cpp103 static void MemoryProfileCB(const SuspendedThreadsList &suspended_threads_list, in MemoryProfileCB()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cpp146 const SuspendedThreadsList &suspended_threads_list, in FlushShadowMemoryCallback()