Searched refs:thread_idx (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectThreadUtil.cpp | 70 uint32_t thread_idx; in DoExecute() local 71 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() local 190 if (!llvm::to_integer(command.GetArgumentAtIndex(i), thread_idx)) { in DoExecute() 196 ThreadSP thread = process.GetThreadList().FindThreadByIndexID(thread_idx); in DoExecute()
|
| H A D | CommandObjectThread.cpp | 675 uint32_t thread_idx; in DoExecute() local 676 if (entry.ref().getAsInteger(0, thread_idx)) { in DoExecute() 682 process->GetThreadList().FindThreadByIndexID(thread_idx).get(); in DoExecute() 688 thread_idx); in DoExecute() 2105 uint32_t thread_idx; in GetSingleThreadFromArgs() local 2107 if (!llvm::to_integer(arg, thread_idx)) { in GetSingleThreadFromArgs() 2112 exe_ctx.GetProcessRef().GetThreadList().FindThreadByIndexID(thread_idx); in GetSingleThreadFromArgs()
|
| /freebsd/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()
|
| /freebsd/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 …]
|
| /freebsd/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()
|