Home
last modified time | relevance | path

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

/external/compiler-rt/lib/lsan/
Dlsan_common.cc188 static void ProcessThreads(SuspendedThreadsList const &suspended_threads, in ProcessThreads() argument
193 for (uptr i = 0; i < suspended_threads.thread_count(); i++) { in ProcessThreads()
194 uptr os_id = static_cast<uptr>(suspended_threads.GetThreadID(i)); in ProcessThreads()
209 (suspended_threads.GetRegistersAndSP(i, registers.data(), &sp) == 0); in ProcessThreads()
341 static void ClassifyAllChunks(SuspendedThreadsList const &suspended_threads) { in ClassifyAllChunks() argument
347 ProcessThreads(suspended_threads, &frontier); in ClassifyAllChunks()
422 static void CheckForLeaksCallback(const SuspendedThreadsList &suspended_threads, in CheckForLeaksCallback() argument
427 ClassifyAllChunks(suspended_threads); in CheckForLeaksCallback()