Searched refs:thread_idx (Results 1 – 7 of 7) sorted by relevance
| /src/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectThreadUtil.cpp | 68 uint32_t thread_idx; in DoExecute() local 69 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() local 188 if (!llvm::to_integer(command.GetArgumentAtIndex(i), thread_idx)) { in DoExecute() 194 ThreadSP thread = process.GetThreadList().FindThreadByIndexID(thread_idx); in DoExecute()
|
| H A D | CommandObjectThread.cpp | 670 uint32_t thread_idx; in DoExecute() local 671 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() local 2094 if (!llvm::to_integer(arg, thread_idx)) { in GetSingleThreadFromArgs() 2099 exe_ctx.GetProcessRef().GetThreadList().FindThreadByIndexID(thread_idx); in GetSingleThreadFromArgs()
|
| /src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/ |
| H A D | MinidumpFileBuilder.cpp | 74 for (uint32_t thread_idx = 0; thread_idx < num_threads; ++thread_idx) { in AddHeaderAndCalculateDirectories() local 75 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() local 615 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() local 681 ThreadSP thread_sp(thread_list.GetThreadAtIndex(thread_idx)); in AddExceptions()
|
| /src/crypto/openssl/test/radix/ |
| H A D | quic_bindings.c | 88 size_t thread_idx; /* 0=main thread */ member 353 rp->node_idx, rp->process_idx, rt->thread_idx, rt->thread_idx); in RADIX_PROCESS_report_thread_results() 355 BIO_snprintf(pfx_buf, sizeof(pfx_buf), "# -T-%2zu:\t# ", rt->thread_idx); in RADIX_PROCESS_report_thread_results() 363 rt->thread_idx, rt_testresult); in RADIX_PROCESS_report_thread_results() 516 rt->thread_idx = rp->next_thread_idx++; in RADIX_THREAD_new() 517 assert(rt->thread_idx + 1 == (size_t)sk_RADIX_THREAD_num(rp->threads)); in RADIX_THREAD_new()
|
| /src/crypto/openssl/test/ |
| H A D | quic_multistream_test.c | 43 int thread_idx; member 126 int thread_idx; member 537 static int *s_checked_out_p(struct helper *h, int thread_idx) in s_checked_out_p() argument 539 return (thread_idx < 0) ? &h->s_checked_out in s_checked_out_p() 540 : &h->threads[thread_idx].s_checked_out; in s_checked_out_p() 545 int *p_checked_out = s_checked_out_p(h, hl == NULL ? -1 : hl->thread_idx); in s_lock() 559 int *p_checked_out = s_checked_out_p(h, hl->thread_idx); in s_unlock() 862 int thread_idx) in helper_local_init() argument 866 hl->thread_idx = thread_idx; in helper_local_init() 872 if (thread_idx < 0) { in helper_local_init() [all …]
|
| /src/contrib/llvm-project/lldb/source/API/ |
| H A D | SBBreakpointLocation.cpp | 343 uint32_t thread_idx = UINT32_MAX; in GetThreadIndex() local 350 return thread_idx; in GetThreadIndex()
|
| H A D | SBBreakpoint.cpp | 384 uint32_t thread_idx = UINT32_MAX; in GetThreadIndex() local 392 thread_idx = thread_spec->GetIndex(); in GetThreadIndex() 395 return thread_idx; in GetThreadIndex()
|