Searched refs:SuspendedThreadsList (Results 1 - 7 of 7) sorted by path

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_memory_profile.cpp103 static void MemoryProfileCB(const SuspendedThreadsList &suspended_threads_list,
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common.cpp215 static void ProcessThreads(SuspendedThreadsList const &suspended_threads,
446 static void ClassifyAllChunks(SuspendedThreadsList const &suspended_threads) {
542 const SuspendedThreadsList &suspended_threads) {
553 static void CheckForLeaksCallback(const SuspendedThreadsList &suspended_threads,
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld.h29 class SuspendedThreadsList { class in namespace:__sanitizer
31 SuspendedThreadsList() = default;
47 SuspendedThreadsList(const SuspendedThreadsList&);
48 void operator=(const SuspendedThreadsList&);
52 const SuspendedThreadsList &suspended_threads_list,
H A Dsanitizer_stoptheworld_linux_libcdep.cpp88 class SuspendedThreadsListLinux : public SuspendedThreadsList {
472 // Platform-specific methods from SuspendedThreadsList.
H A Dsanitizer_stoptheworld_mac.cpp30 class SuspendedThreadsListMac : public SuspendedThreadsList {
H A Dsanitizer_stoptheworld_netbsd_libcdep.cpp51 class SuspendedThreadsListNetBSD : public SuspendedThreadsList {
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cpp147 const SuspendedThreadsList &suspended_threads_list,

Completed in 132 milliseconds