Searched refs:TCB_FOLLOWFORK (Results 1 – 4 of 4) sorted by relevance
398 #define TCB_FOLLOWFORK 00400 /* Process should have forks followed */ macro
475 tcp->flags |= TCB_FOLLOWFORK; in fork_tcb()932 tcp->flags &= ~TCB_FOLLOWFORK; in internal_fork()950 if (!(tcp->flags & TCB_FOLLOWFORK)) in internal_fork()995 if (!(tcp->flags & TCB_FOLLOWFORK))
450 tcp->flags |= TCB_ATTACHED|TCB_CLONE_THREAD|TCB_FOLLOWFORK; in startup_attach()
2868 attached. Attach threads only under -f. Set TCB_FOLLOWFORK in them.