Searched refs:TCB_ATTACHED (Results 1 – 4 of 4) sorted by relevance
719 tcp->flags |= TCB_ATTACHED | TCB_STARTUP | flags; in after_successful_attach()876 if (!(tcp->flags & TCB_ATTACHED)) in detach()1013 if (!qflag && (tcp->flags & TCB_ATTACHED)) in detach()1139 if (tcp->flags & TCB_ATTACHED) in startup_attach()
265 #define TCB_ATTACHED 0x08 /* We attached to it already */ macro
2441 TCB_ATTACHED. Instead mark it with TCB_GROUP_EXITING.2446 * strace.c (trace): Use handle_group_exit for non-TCB_ATTACHED child3736 reporting to wait, put it in the TCB with TCB_ATTACHED|TCB_SUSPENDED.
4971 Set TCB_ATTACHED, TCB_STARTUP, and "flags" in tcp->flags.48825 * defs.h: Change the meaning of TCB_ATTACHED: now it means "this tracee48828 (process_opt_p_list): Don't set TCB_ATTACHED on new tcb.48829 (startup_attach): Change how we work with TCB_ATTACHED.48832 Set TCB_ATTACHED and TCB_STRACE_CHILD on attached strace child.48833 If we are in -D case, don't set TCB_ATTACHED (we aren't attached yet).48834 (detach): do not do PTRACE_DETACH if TCB_ATTACHED is not set.48835 (cleanup): Check TCB_STRACE_CHILD instead of TCB_ATTACHED.48864 * defs.h: Clarify meaning of TCB_ATTACHED. No code changes.