Searched refs:thread_idx (Results 1 – 5 of 5) sorted by relevance
70 uint32_t thread_idx; in DoExecute() local71 if (!llvm::to_integer(command.GetArgumentAtIndex(i), thread_idx)) { in DoExecute()78 process->GetThreadList().FindThreadByIndexID(thread_idx); in DoExecute()189 uint32_t thread_idx; in DoExecute() local190 if (!llvm::to_integer(command.GetArgumentAtIndex(i), thread_idx)) { in DoExecute()196 ThreadSP thread = process.GetThreadList().FindThreadByIndexID(thread_idx); in DoExecute()
696 uint32_t thread_idx; in DoExecute() local697 if (entry.ref().getAsInteger(0, thread_idx)) { in DoExecute()703 process->GetThreadList().FindThreadByIndexID(thread_idx).get(); in DoExecute()709 thread_idx); in DoExecute()2160 uint32_t thread_idx; in GetSingleThreadFromArgs() local2162 if (!llvm::to_integer(arg, thread_idx)) { in GetSingleThreadFromArgs()2167 exe_ctx.GetProcessRef().GetThreadList().FindThreadByIndexID(thread_idx); in GetSingleThreadFromArgs()
510 for (uint32_t thread_idx = 0; thread_idx < num_threads; ++thread_idx) { in AddThreadList() local511 ThreadSP thread_sp(thread_list.GetThreadAtIndex(thread_idx)); in AddThreadList()591 for (uint32_t thread_idx = 0; thread_idx < num_threads; ++thread_idx) { in AddExceptions() local592 ThreadSP thread_sp(thread_list.GetThreadAtIndex(thread_idx)); in AddExceptions()
343 uint32_t thread_idx = UINT32_MAX; in GetThreadIndex() local350 return thread_idx; in GetThreadIndex()
384 uint32_t thread_idx = UINT32_MAX; in GetThreadIndex() local392 thread_idx = thread_spec->GetIndex(); in GetThreadIndex()395 return thread_idx; in GetThreadIndex()