Searched refs:thread_idx (Results 1 – 5 of 5) sorted by relevance
68 uint32_t thread_idx; in DoExecute() local69 if (!llvm::to_integer(command.GetArgumentAtIndex(i), thread_idx)) { in DoExecute()76 process->GetThreadList().FindThreadByIndexID(thread_idx); in DoExecute()187 uint32_t thread_idx; in DoExecute() local188 if (!llvm::to_integer(command.GetArgumentAtIndex(i), thread_idx)) { in DoExecute()194 ThreadSP thread = process.GetThreadList().FindThreadByIndexID(thread_idx); in DoExecute()
670 uint32_t thread_idx; in DoExecute() local671 if (entry.ref().getAsInteger(0, thread_idx)) { in DoExecute()677 process->GetThreadList().FindThreadByIndexID(thread_idx).get(); in DoExecute()683 thread_idx); in DoExecute()2092 uint32_t thread_idx; in GetSingleThreadFromArgs() local2094 if (!llvm::to_integer(arg, thread_idx)) { in GetSingleThreadFromArgs()2099 exe_ctx.GetProcessRef().GetThreadList().FindThreadByIndexID(thread_idx); in GetSingleThreadFromArgs()
74 for (uint32_t thread_idx = 0; thread_idx < num_threads; ++thread_idx) { in AddHeaderAndCalculateDirectories() local75 ThreadSP thread_sp(thread_list.GetThreadAtIndex(thread_idx)); in AddHeaderAndCalculateDirectories()614 for (uint32_t thread_idx = 0; thread_idx < num_threads; ++thread_idx) { in AddThreadList() local615 ThreadSP thread_sp(thread_list.GetThreadAtIndex(thread_idx)); in AddThreadList()653 thread_idx, thread_context.size()); in AddThreadList()680 for (uint32_t thread_idx = 0; thread_idx < num_threads; ++thread_idx) { in AddExceptions() local681 ThreadSP thread_sp(thread_list.GetThreadAtIndex(thread_idx)); in AddExceptions()
343 uint32_t thread_idx = UINT32_MAX; in GetThreadIndex() 350 return thread_idx; in GetThreadIndex() 344 uint32_t thread_idx = UINT32_MAX; GetThreadIndex() local
384 uint32_t thread_idx = UINT32_MAX; in GetThreadIndex() local392 thread_idx = thread_spec->GetIndex(); in GetThreadIndex()395 return thread_idx; in GetThreadIndex()