Home | History | Annotate | Download | only in strace

Lines Matching full:child

415 /* TCP is creating a child we want to follow.
440 tcp->auxstr = "child process";
458 tcp->auxstr = "child process";
509 #define CLONE_PTRACE 0x00002000 /* set if we want to let tracing continue on the child too */
510 #define CLONE_VFORK 0x00004000 /* set if the parent wants the child to wake it up on mm_release */
515 #define CLONE_SETTLS 0x00080000 /* create a new TLS for the child */
517 #define CLONE_CHILD_CLEARTID 0x00200000 /* clear the TID in the child */
518 #define CLONE_DETACHED 0x00400000 /* parent wants no child-exit signal */
520 #define CLONE_CHILD_SETTID 0x01000000 /* set the TID in the child */
834 /* The child already reported its startup trap
840 [preattached child %d of %d in weird state!]\n",
854 /* Attach to the new child */
869 /* Child has BPT too, must be removed on first occasion. */
879 /* The child was born suspended, due to our having
913 relationship of the new child with the
989 /* The child must have run before it can be attached. */
1015 /* The child must have run before it can be attached. */
1045 /* Child has BPT too, must be removed on first occasion */
1989 struct tcb *child = NULL;
1992 (child = pid2tcb(tcp->u_arg[0])) == NULL))
1996 * If the parent waits for a specified child
2003 if (child == NULL)
2004 child = pid2tcb(tcp->u_arg[0]);
2005 if (child == NULL || child->parent != (
2032 * We just reaped a child we don't know about,