Home
last modified time | relevance | path

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

/external/lldb/tools/debugserver/source/MacOSX/
DMachThreadList.cpp249 …dList::UpdateThreadList(MachProcess *process, bool update, MachThreadList::collection *new_threads) in UpdateThreadList() argument
312 if (new_threads) in UpdateThreadList()
313 new_threads->push_back(thread_sp); in UpdateThreadList()
376 MachThreadList::collection new_threads; in ProcessWillResume() local
399 UpdateThreadList(process, true, &new_threads); in ProcessWillResume()
406 const uint32_t num_new_threads = new_threads.size(); in ProcessWillResume()
414 if (thread == new_threads[new_idx].get()) in ProcessWillResume()
434 if (new_threads.size()) in ProcessWillResume()
441 new_threads[idx]->ThreadID(), in ProcessWillResume()
442 new_threads[idx]->IsUserReady()); in ProcessWillResume()