Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectThread.cpp691 std::vector<Thread *> resume_threads; in DoExecute() local
703 resume_threads.push_back(thread); in DoExecute()
711 if (resume_threads.empty()) { in DoExecute()
715 if (resume_threads.size() == 1) in DoExecute()
724 find(resume_threads.begin(), resume_threads.end(), thread); in DoExecute()
726 if (this_thread_pos != resume_threads.end()) { in DoExecute()
727 resume_threads.erase(this_thread_pos); in DoExecute()
728 if (!resume_threads.empty()) in DoExecute()