Searched refs:tid_was_stopped (Results 1 – 4 of 4) sorted by relevance
330 && ! __libdwfl_ptrace_attach (tid, &pid_arg->tid_was_stopped)) in pid_set_initial_registers()352 __libdwfl_ptrace_detach (pid_t tid, bool tid_was_stopped) in __libdwfl_ptrace_detach() argument360 (void *) (intptr_t) (tid_was_stopped ? SIGSTOP : 0)); in __libdwfl_ptrace_detach()372 __libdwfl_ptrace_detach (tid, pid_arg->tid_was_stopped); in pid_thread_detach()518 bool tid_was_stopped __attribute__ ((unused))) in __libdwfl_ptrace_detach() argument
402 bool tid_was_stopped = false; in dwfl_linux_proc_find_elf() local413 detach = __libdwfl_ptrace_attach (pid, &tid_was_stopped); in dwfl_linux_proc_find_elf()434 __libdwfl_ptrace_detach (pid, tid_was_stopped); in dwfl_linux_proc_find_elf()
434 bool tid_was_stopped; member454 extern void __libdwfl_ptrace_detach (pid_t tid, bool tid_was_stopped)
1752 * linux-pid-attach.c (struct pid_arg): New field tid_was_stopped.1754 (pid_set_initial_registers): Pass tid_was_stopped.1755 (pid_thread_detach): Use tid_was_stopped.