HomeSort by relevance Sort by last modified time
    Searched refs:TCB_FOLLOWFORK (Results 1 - 3 of 3) sorted by null

  /external/strace/
defs.h 398 #define TCB_FOLLOWFORK 00400 /* Process should have forks followed */
process.c 467 If there will be space in tcbtab for it, set TCB_FOLLOWFORK and return 0.
468 If not, clear TCB_FOLLOWFORK, print an error, and return 1. */
475 tcp->flags |= TCB_FOLLOWFORK;
932 tcp->flags &= ~TCB_FOLLOWFORK;
950 if (!(tcp->flags & TCB_FOLLOWFORK))
995 if (!(tcp->flags & TCB_FOLLOWFORK))
    [all...]
strace.c 447 tcp->flags |= TCB_ATTACHED|TCB_CLONE_THREAD|TCB_FOLLOWFORK;
    [all...]

Completed in 744 milliseconds