Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DProcess.cpp3948 std::vector<uint32_t> thread_index_array(num_threads); in ShouldStop() local
3959 thread_index_array[not_suspended_idx] = thread_sp->GetIndexID(); in ShouldStop()
3990 if (thread_sp->GetIndexID() != thread_index_array[idx]) { in ShouldStop()
3995 idx, thread_index_array[idx], thread_sp->GetIndexID()); in ShouldStop()