Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/lsan/
Dlsan_common.cpp225 static void ProcessThreads(SuspendedThreadsList const &suspended_threads, in ProcessThreads()
474 static void ClassifyAllChunks(SuspendedThreadsList const &suspended_threads, in ClassifyAllChunks()
551 const InternalMmapVector<tid_t> &suspended_threads = in ReportIfNotSuspended() local
571 const SuspendedThreadsList &suspended_threads) { in ReportUnsuspendedThreads()
584 static void CheckForLeaksCallback(const SuspendedThreadsList &suspended_threads, in CheckForLeaksCallback()
/external/compiler-rt/lib/lsan/
Dlsan_common.cc188 static void ProcessThreads(SuspendedThreadsList const &suspended_threads, in ProcessThreads()
341 static void ClassifyAllChunks(SuspendedThreadsList const &suspended_threads) { in ClassifyAllChunks()
422 static void CheckForLeaksCallback(const SuspendedThreadsList &suspended_threads, in CheckForLeaksCallback()