Searched refs:tid_was_stopped (Results 1 – 4 of 4) sorted by relevance
237 && ! __libdwfl_ptrace_attach (tid, &pid_arg->tid_was_stopped)) in pid_set_initial_registers()256 __libdwfl_ptrace_detach (pid_t tid, bool tid_was_stopped) in __libdwfl_ptrace_detach() argument264 (void *) (intptr_t) (tid_was_stopped ? SIGSTOP : 0)); in __libdwfl_ptrace_detach()275 __libdwfl_ptrace_detach (tid, pid_arg->tid_was_stopped); in pid_thread_detach()438 bool tid_was_stopped __attribute__ ((unused))) in __libdwfl_ptrace_detach() argument
384 bool tid_was_stopped = false; in dwfl_linux_proc_find_elf() local395 detach = __libdwfl_ptrace_attach (pid, &tid_was_stopped); in dwfl_linux_proc_find_elf()416 __libdwfl_ptrace_detach (pid, tid_was_stopped); in dwfl_linux_proc_find_elf()
407 bool tid_was_stopped; member427 extern void __libdwfl_ptrace_detach (pid_t tid, bool tid_was_stopped)
524 * linux-pid-attach.c (struct pid_arg): New field tid_was_stopped.526 (pid_set_initial_registers): Pass tid_was_stopped.527 (pid_thread_detach): Use tid_was_stopped.