Home
last modified time | relevance | path

Searched defs:suspended_threads (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/lsan/
H A Dlsan_common.cc216 static void ProcessThreads(SuspendedThreadsList const &suspended_threads, in ProcessThreads()
447 static void ClassifyAllChunks(SuspendedThreadsList const &suspended_threads) { in ClassifyAllChunks()
531 const InternalMmapVector<tid_t> &suspended_threads = in ReportIfNotSuspended() local
543 const SuspendedThreadsList &suspended_threads) { in ReportUnsuspendedThreads()
554 static void CheckForLeaksCallback(const SuspendedThreadsList &suspended_threads, in CheckForLeaksCallback()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
H A Dlsan_common.cc214 static void ProcessThreads(SuspendedThreadsList const &suspended_threads, in ProcessThreads()
445 static void ClassifyAllChunks(SuspendedThreadsList const &suspended_threads) { in ClassifyAllChunks()
529 const InternalMmapVector<tid_t> &suspended_threads = in ReportIfNotSuspended() local
541 const SuspendedThreadsList &suspended_threads) { in ReportUnsuspendedThreads()
552 static void CheckForLeaksCallback(const SuspendedThreadsList &suspended_threads, in CheckForLeaksCallback()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/lsan/
H A Dlsan_common.cpp277 static void ProcessThreads(SuspendedThreadsList const &suspended_threads, in ProcessThreads()
543 static void ClassifyAllChunks(SuspendedThreadsList const &suspended_threads, in ClassifyAllChunks()
614 const InternalMmapVector<tid_t> &suspended_threads = in ReportIfNotSuspended() local
634 const SuspendedThreadsList &suspended_threads) { in ReportUnsuspendedThreads()
647 static void CheckForLeaksCallback(const SuspendedThreadsList &suspended_threads, in CheckForLeaksCallback()