Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.cpp1661 auto it = llvm::find_if(m_threads, [&](const auto &thread_up) { in StopTrackingThread() argument
1662 return thread_up.get() == &thread; in StopTrackingThread()
1904 for (const auto &thread_up : m_threads) { in SigchldHandler() local
1905 if (thread_up->GetID() == GetID()) in SigchldHandler()
1908 if (llvm::Optional<WaitStatus> status = HandlePid(thread_up->GetID())) in SigchldHandler()
1909 tid_events.try_emplace(thread_up->GetID(), *status); in SigchldHandler()