Searched refs:tid_was_stopped (Results 1 – 4 of 4) sorted by relevance
241 && ! __libdwfl_ptrace_attach (tid, &pid_arg->tid_was_stopped)) in pid_set_initial_registers()262 __libdwfl_ptrace_detach (pid_t tid, bool tid_was_stopped) in __libdwfl_ptrace_detach() argument270 (void *) (intptr_t) (tid_was_stopped ? SIGSTOP : 0)); in __libdwfl_ptrace_detach()281 __libdwfl_ptrace_detach (tid, pid_arg->tid_was_stopped); in pid_thread_detach()469 bool tid_was_stopped __attribute__ ((unused))) in __libdwfl_ptrace_detach() argument
394 bool tid_was_stopped = false; in dwfl_linux_proc_find_elf() local405 detach = __libdwfl_ptrace_attach (pid, &tid_was_stopped); in dwfl_linux_proc_find_elf()426 __libdwfl_ptrace_detach (pid, tid_was_stopped); in dwfl_linux_proc_find_elf()
422 bool tid_was_stopped; member442 extern void __libdwfl_ptrace_detach (pid_t tid, bool tid_was_stopped)
873 * linux-pid-attach.c (struct pid_arg): New field tid_was_stopped.875 (pid_set_initial_registers): Pass tid_was_stopped.876 (pid_thread_detach): Use tid_was_stopped.