Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp673 std::vector<Thread *> resume_threads; in DoExecute() local
685 resume_threads.push_back(thread); in DoExecute()
693 if (resume_threads.empty()) { in DoExecute()
697 if (resume_threads.size() == 1) in DoExecute()
706 find(resume_threads.begin(), resume_threads.end(), thread); in DoExecute()
708 if (this_thread_pos != resume_threads.end()) { in DoExecute()
709 resume_threads.erase(this_thread_pos); in DoExecute()
710 if (!resume_threads.empty()) in DoExecute()