Lines Matching refs:pid_t
49 linux_proc_pid_is_stopped (pid_t pid) in linux_proc_pid_is_stopped()
74 __libdwfl_ptrace_attach (pid_t tid, bool *tid_was_stoppedp) in __libdwfl_ptrace_attach()
195 pid_t tid = pid_arg->tid_attached; in pid_memory_read()
239 static pid_t
272 pid_t tid = tidl; in pid_next_thread()
284 pid_getthread (Dwfl *dwfl __attribute__ ((unused)), pid_t tid, in pid_getthread()
319 pid_t tid = INTUSE(dwfl_thread_tid) (thread); in pid_set_initial_registers()
343 __libdwfl_ptrace_detach (pid_t tid, bool tid_was_stopped) in __libdwfl_ptrace_detach()
358 pid_t tid = INTUSE(dwfl_thread_tid) (thread); in pid_thread_detach()
377 dwfl_linux_proc_attach (Dwfl *dwfl, pid_t pid, bool assume_ptrace_stopped) in dwfl_linux_proc_attach()
408 || *endptr != '\n' || val < 0 || val != (pid_t) val) in dwfl_linux_proc_attach()
411 pid = (pid_t) val; in dwfl_linux_proc_attach()
494 __libdwfl_ptrace_attach (pid_t tid __attribute__ ((unused)), in __libdwfl_ptrace_attach()
504 __libdwfl_ptrace_detach (pid_t tid __attribute__ ((unused)), in __libdwfl_ptrace_detach()
511 pid_t pid __attribute__ ((unused)), in dwfl_linux_proc_attach()