Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/lsan/
Dlsan_common.cpp399 static void ProcessThreads(SuspendedThreadsList const &suspended_threads, in ProcessThreads() argument
404 for (uptr i = 0; i < suspended_threads.ThreadCount(); i++) { in ProcessThreads()
405 tid_t os_id = static_cast<tid_t>(suspended_threads.GetThreadID(i)); in ProcessThreads()
420 suspended_threads.GetRegistersAndSP(i, &registers, &sp); in ProcessThreads()
429 if (suspended_threads.GetThreadID(i) == caller_tid) { in ProcessThreads()
613 static void ClassifyAllChunks(SuspendedThreadsList const &suspended_threads, in ClassifyAllChunks() argument
624 ProcessThreads(suspended_threads, frontier, caller_tid, caller_sp); in ClassifyAllChunks()
689 const SuspendedThreadsList &suspended_threads) { in ReportUnsuspendedThreads() argument
690 InternalMmapVector<tid_t> threads(suspended_threads.ThreadCount()); in ReportUnsuspendedThreads()
691 for (uptr i = 0; i < suspended_threads.ThreadCount(); ++i) in ReportUnsuspendedThreads()
[all …]