| /openbsd/src/gnu/usr.sbin/mkhybrid/src/libhfs_iso/ |
| D | volume.h | 25 # define v_getdthread(vol, id, thread, np) \ argument 27 # define v_getfthread(vol, id, thread, np) \ argument
|
| D | lvolume.c | 115 int v_getthread(hfsvol *vol, long id, CatDataRec *thread, node *np, int type) in v_getthread() 535 long id; in v_newfolder() local
|
| D | hfs.c | 954 int hfs_setcwd(hfsvol *vol, long id) in hfs_setcwd() 976 int hfs_dirinfo(hfsvol *vol, long *id, char *name) in hfs_dirinfo() 978 CatDataRec thread; in hfs_dirinfo() local 1675 long id, parid; local 1923 long id; local
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Support/ |
| D | thread.h | 51 using id = pthread_t; variable 72 thread() : Thread(native_handle_type()) {} in thread() function 73 thread(thread &&Other) noexcept in thread() function 77 explicit thread(Function &&f, Args &&...args) in thread() function 125 thread::thread(std::optional<unsigned> StackSizeInBytes, Function &&f, in thread() function 218 struct thread { struct 219 thread() {} in thread() function 220 thread(thread &&other) {} in thread() function 222 explicit thread(std::optional<unsigned> StackSizeInBytes, Function &&f, in thread() argument 227 explicit thread(Function &&f, Args &&...args) { in thread() argument [all …]
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | aix-thread.c | 218 ptrace_check (int req, int id, int ret) in ptrace_check() 251 ptrace64aix (int req, int id, long long addr, int data, int *buf) in ptrace64aix() 260 ptrace32 (int req, int id, int *addr, int data, int *buf) in ptrace32() 575 giter_count (struct thread_info *thread, void *countp) in giter_count() 584 giter_accum (struct thread_info *thread, void *bufp) in giter_accum() 672 struct thread_info **gbuf, **g, *thread; in sync_threadlists() local 783 iter_tid (struct thread_info *thread, void *tidp) in iter_tid() 800 struct thread_info *thread = NULL; in pd_update() local 959 struct thread_info *thread; in aix_thread_resume() local 1260 struct thread_info *thread; in aix_thread_fetch_registers() local [all …]
|
| D | win32-nat.c | 101 DWORD id; member 230 thread_rec (DWORD id, int get_context) in thread_rec() 253 child_add_thread (DWORD id, HANDLE h) in child_add_thread() 306 child_delete_thread (DWORD id) in child_delete_thread() 939 display_selector (HANDLE thread, DWORD sel) in display_selector() 1168 child_continue (DWORD continue_status, int id) in child_continue()
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/ |
| D | ProcessWindows.cpp | 221 auto thread = std::static_pointer_cast<TargetThreadWindows>( in DoResume() local 402 int id = m_watchpoint_ids[slot_id]; in RefreshStateAfterStop() local 689 tid_t id = host_main_thread.GetNativeThread().GetThreadId(); in OnDebuggerConnected() local 765 ThreadSP thread = std::make_shared<TargetThreadWindows>(*this, new_thread); in OnCreateThread() local 768 tid_t id = native_new_thread.GetThreadId(); in OnCreateThread() local 874 Thread *thread = m_thread_list.GetThreadAtIndex(i).get(); in EnableWatchpoint() local 887 Thread *thread = m_thread_list.GetThreadAtIndex(i).get(); in EnableWatchpoint() local 919 Thread *thread = m_thread_list.GetThreadAtIndex(i).get(); in DisableWatchpoint() local
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/gdbserver/ |
| D | inferiors.c | 126 struct thread_info *thread = get_thread (inf); in free_one_thread() local 132 remove_thread (struct thread_info *thread) in remove_thread() 163 find_inferior_id (struct inferior_list *list, int id) in find_inferior_id()
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/tsan/benchmarks/ |
| D | mop.cpp | 16 void* thread(void *arg) { in thread() function 21 const int id = !!arg; in thread() local
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/msan/ |
| D | msan_thread.cpp | 14 MsanThread *thread = (MsanThread*)MmapOrDie(size, __func__); in Create() local 40 ForEachDVT(dtls, [](const DTLS::DTV &dtv, int id) { in ClearShadowForThreadStackAndTLS()
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/dfsan/ |
| D | dfsan_thread.cpp | 14 DFsanThread *thread = (DFsanThread *)MmapOrDie(size, __func__); in Create() local 41 ForEachDVT(dtls, [](const DTLS::DTV &dtv, int id) { in ClearShadowForThreadStackAndTLS()
|
| /openbsd/src/sys/dev/pci/drm/ |
| D | drm_linux.c | 260 struct kthread *thread = arg; in kthread_func() local 272 struct kthread *thread; in kthread_run() local 354 struct kthread *thread; in kthread_lookup() local 368 struct kthread *thread = kthread_lookup(curproc); in kthread_should_park() local 375 struct kthread *thread = kthread_lookup(curproc); in kthread_parkme() local 388 struct kthread *thread = kthread_lookup(p); in kthread_park() local 400 struct kthread *thread = kthread_lookup(p); in kthread_unpark() local 409 struct kthread *thread = kthread_lookup(curproc); in kthread_should_stop() local 416 struct kthread *thread = kthread_lookup(p); in kthread_stop() local 791 struct idr_entry *id; in idr_destroy() local [all …]
|
| /openbsd/src/gnu/llvm/lldb/source/API/ |
| D | SBThread.cpp | 219 Thread *thread = exe_ctx.GetThreadPtr(); in GetStopReasonDataAtIndex() local 431 queue_id_t id = LLDB_INVALID_QUEUE_ID; in GetQueueID() local 455 Thread *thread = exe_ctx.GetThreadPtr(); in GetInfoItemByPathAsString() local 502 Thread *thread = exe_ctx.GetThreadPtr(); in ResumeNewPlan() local 544 Thread *thread = exe_ctx.GetThreadPtr(); in StepOver() local 593 Thread *thread = exe_ctx.GetThreadPtr(); in StepInto() local 648 Thread *thread = exe_ctx.GetThreadPtr(); in StepOut() local 689 Thread *thread = exe_ctx.GetThreadPtr(); in StepOutOfFrame() local 724 Thread *thread = exe_ctx.GetThreadPtr(); in StepInstruction() local 758 Thread *thread = exe_ctx.GetThreadPtr(); in RunToAddress() local [all …]
|
| /openbsd/src/sys/dev/pci/drm/amd/amdgpu/ |
| D | amdgpu_umr.h | 52 u32 thread, vpgr_or_sgpr; member 62 struct amdgpu_debugfs_regs2_iocdata_v2 id; member 68 struct amdgpu_debugfs_gprwave_iocdata id; member
|
| D | gfx_v12_0.c | 785 uint32_t thread, uint32_t regno, in wave_read_regs() 848 uint32_t wave, uint32_t thread, in gfx_v12_0_read_wave_vgprs() 962 SOC24_FIRMWARE_ID id; member 991 SOC24_FIRMWARE_ID id; in gfx_v12_0_calc_toc_total_size() local 1030 SOC24_FIRMWARE_ID id, in gfx_v12_0_rlc_backdoor_autoload_copy_ucode()
|
| D | gfx_v11_0.c | 959 uint32_t thread, uint32_t regno, in wave_read_regs() 1009 uint32_t wave, uint32_t thread, in gfx_v11_0_read_wave_vgprs() 1162 SOC21_FIRMWARE_ID id; member 1184 SOC21_FIRMWARE_ID id; in gfx_v11_0_calc_toc_total_size() local 1222 SOC21_FIRMWARE_ID id, in gfx_v11_0_rlc_backdoor_autoload_copy_ucode()
|
| /openbsd/src/gnu/llvm/lldb/source/Commands/ |
| D | CommandObjectThread.cpp | 181 void DoExtendedBacktrace(Thread *thread, CommandReturnObject &result) { in DoExtendedBacktrace() 214 Thread *thread = thread_sp.get(); in HandleOneThread() local 417 Thread *thread = nullptr; in DoExecute() local 699 Thread *thread = in DoExecute() local 721 Thread *thread = in DoExecute() local 756 Thread *thread = process->GetThreadList().GetThreadAtIndex(idx).get(); in DoExecute() local 928 Thread *thread = nullptr; in DoExecute() local 1313 Thread *thread = thread_sp.get(); in HandleOneThread() local 1520 Thread *thread = m_exe_ctx.GetThreadPtr(); in DoExecute() local 1668 Thread *thread = m_exe_ctx.GetThreadPtr(); in DoExecute() local [all …]
|
| /openbsd/src/sys/dev/pci/drm/i915/gt/ |
| D | selftest_slpc.c | 268 enum intel_engine_id id; in run_test() local 475 struct slpc_thread *thread = container_of(work, typeof(*thread), work); in slpc_spinner_thread() local
|
| /openbsd/src/usr.sbin/unbound/testcode/ |
| D | checklocks.h | 100 pthread_t id; member 335 #define ub_thread_join(thread) checklock_thrjoin(thread) argument
|
| D | checklocks.c | 762 checklock_thrcreate(pthread_t* id, void* (*func)(void*), void* arg) in checklock_thrcreate() 876 checklock_thrjoin(pthread_t thread) in checklock_thrjoin()
|
| /openbsd/src/sys/dev/pci/drm/amd/amdkfd/ |
| D | kfd_process.c | 830 struct kfd_process *kfd_create_process(struct task_struct *thread) in kfd_create_process() 914 struct kfd_process *kfd_get_process(const struct task_struct *thread) in kfd_get_process() 944 static struct kfd_process *find_process(const struct task_struct *thread, in find_process() 989 int id; in kfd_process_device_free_bos() local 1501 static struct kfd_process *create_process(const struct task_struct *thread) in create_process()
|
| D | kfd_chardev.c | 1824 int id; in get_process_num_bos() local 1892 int ret = 0, pdd_index, bo_index = 0, id; in criu_checkpoint_bos() local 2898 struct task_struct *thread = NULL; in kfd_ioctl_set_debug_trap() local
|
| /openbsd/src/gnu/llvm/lldb/source/Expression/ |
| D | DWARFExpression.cpp | 591 Thread *thread = exe_ctx->GetThreadPtr(); in Evaluate_DW_OP_entry_value() local 2453 StackID id = frame->GetStackID(); in Evaluate() local 2496 Thread *thread = exe_ctx->GetThreadPtr(); in Evaluate() local
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/hwasan/ |
| D | hwasan_report.cpp | 98 static StackTrace GetStackTraceFromId(u32 id) { in GetStackTraceFromId() 592 const Thread *thread = GetCurrentThread(); in ReportInvalidFree() local
|
| /openbsd/src/gnu/llvm/lldb/source/Target/ |
| D | Thread.cpp | 88 Thread *thread = exe_ctx->GetThreadPtr(); in GetPropertyAtIndex() local 1481 Thread *thread = frame_sp->GetThread().get(); in ReturnFromFrame() local 1823 StructuredData::ObjectSP id = activity_dict->GetValueForKey("id"); in GetDescription() local
|