Home
last modified time | relevance | path

Searched refs:TCB_ATTACHED (Results 1 – 4 of 4) sorted by relevance

/external/strace/
Dstrace.c885 if (!(tcp->flags & TCB_ATTACHED)) in detach()
1023 if (!qflag && (tcp->flags & TCB_ATTACHED)) in detach()
1067 tcp->flags |= TCB_ATTACHED | TCB_STARTUP | post_attach_sigstop; in attach_tcb()
1101 tid_tcp->flags |= TCB_ATTACHED | TCB_STARTUP | in attach_tcb()
1163 if (tcp->flags & TCB_ATTACHED) in startup_attach()
1465 tcp->flags |= TCB_ATTACHED | TCB_STARTUP in startup_child()
2071 tcp->flags |= TCB_ATTACHED | TCB_STARTUP | post_attach_sigstop; in maybe_allocate_tcb()
Ddefs.h260 #define TCB_ATTACHED 0x08 /* We attached to it already */ macro
DChangeLog-CVS2441 TCB_ATTACHED. Instead mark it with TCB_GROUP_EXITING.
2446 * strace.c (trace): Use handle_group_exit for non-TCB_ATTACHED child
3736 reporting to wait, put it in the TCB with TCB_ATTACHED|TCB_SUSPENDED.
DChangeLog34181 * defs.h: Change the meaning of TCB_ATTACHED: now it means "this tracee
34184 (process_opt_p_list): Don't set TCB_ATTACHED on new tcb.
34185 (startup_attach): Change how we work with TCB_ATTACHED.
34188 Set TCB_ATTACHED and TCB_STRACE_CHILD on attached strace child.
34189 If we are in -D case, don't set TCB_ATTACHED (we aren't attached yet).
34190 (detach): do not do PTRACE_DETACH if TCB_ATTACHED is not set.
34191 (cleanup): Check TCB_STRACE_CHILD instead of TCB_ATTACHED.
34220 * defs.h: Clarify meaning of TCB_ATTACHED. No code changes.