Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.cpp1662 auto it = llvm::find_if(m_threads, [&](const auto &thread_up) { in StopTrackingThread()
1905 for (const auto &thread_up : m_threads) { in SigchldHandler() local