Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/Linux/
DNativeProcessLinux.cpp368 size_t tid_count = tids_to_attach.size(); in Attach() local
369 if (tid_count == 0) in Attach()
374 tids.reserve(tid_count); in Attach()