Lines Matching refs:thread
291 /* Just checks that the thread id exists. */
311 Dwfl_Thread *thread = (Dwfl_Thread *) arg;
316 INTUSE(dwfl_thread_state_register_pc) (thread, *regs);
320 return INTUSE(dwfl_thread_state_registers) (thread, firstreg, nregs, regs);
324 pid_set_initial_registers (Dwfl_Thread *thread, void *thread_arg)
328 pid_t tid = INTUSE(dwfl_thread_tid) (thread);
333 Dwfl_Process *process = thread->process;
336 pid_thread_state_registers_cb, thread);
364 pid_thread_detach (Dwfl_Thread *thread, void *thread_arg)
367 pid_t tid = INTUSE(dwfl_thread_tid) (thread);
392 /* Make sure to report the actual PID (thread group leader) to