Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectThread.cpp667 std::vector<Thread *> resume_threads; in DoExecute() local
680 resume_threads.push_back(thread); in DoExecute()
689 if (resume_threads.empty()) { in DoExecute()
694 if (resume_threads.size() == 1) in DoExecute()
703 find(resume_threads.begin(), resume_threads.end(), thread); in DoExecute()
705 if (this_thread_pos != resume_threads.end()) { in DoExecute()
706 resume_threads.erase(this_thread_pos); in DoExecute()
707 if (!resume_threads.empty()) in DoExecute()