Searched refs:TCB_ATTACHED (Results 1 – 4 of 4) sorted by relevance
407 if (!(tcp->flags & TCB_INUSE) || !(tcp->flags & TCB_ATTACHED)) in startup_attach()447 tcp->flags |= TCB_ATTACHED|TCB_CLONE_THREAD|TCB_FOLLOWFORK; in startup_attach()488 tcp->flags &= ~TCB_ATTACHED; in startup_attach()679 tcp->flags |= TCB_ATTACHED; in startup_child()886 tcp->flags |= TCB_ATTACHED; in main()1802 if (tcp->flags & TCB_ATTACHED) in cleanup()2348 if (tcp->flags & TCB_ATTACHED) { in handle_group_exit()2486 tcp->flags |= TCB_ATTACHED | TCB_SUSPENDED; in trace()2550 if ((tcp->flags & (TCB_ATTACHED|TCB_STARTUP)) == TCB_ATTACHED in trace()2670 if (((tcp->flags & TCB_ATTACHED) || in trace()[all …]
393 #define TCB_ATTACHED 00010 /* Process is not our own child */ macro
821 & (TCB_STARTUP|TCB_ATTACHED|TCB_SUSPENDED)) in handle_new_child()822 != (TCB_STARTUP|TCB_ATTACHED|TCB_SUSPENDED)) in handle_new_child()849 tcpchild->flags |= TCB_ATTACHED; in handle_new_child()1037 tcpchild->flags |= TCB_ATTACHED;
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.