Home | History | Annotate | Download | only in libdwfl

Lines Matching defs:thread

202 /* Just checks that the thread id exists.  */
222 Dwfl_Thread *thread = (Dwfl_Thread *) arg;
227 INTUSE(dwfl_thread_state_register_pc) (thread, *regs);
231 return INTUSE(dwfl_thread_state_registers) (thread, firstreg, nregs, regs);
235 pid_set_initial_registers (Dwfl_Thread *thread, void *thread_arg)
239 pid_t tid = INTUSE(dwfl_thread_tid) (thread);
244 Dwfl_Process *process = thread->process;
247 pid_thread_state_registers_cb, thread);
274 pid_thread_detach (Dwfl_Thread *thread, void *thread_arg)
277 pid_t tid = INTUSE(dwfl_thread_tid) (thread);
301 /* Make sure to report the actual PID (thread group leader) to
452 pid_set_initial_registers (Dwfl_Thread *thread __attribute__ ((unused)),
474 pid_thread_detach (Dwfl_Thread *thread __attribute__ ((unused)),