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

  /external/strace/
defs.h 322 #define TCB_FOLLOWFORK 00400 /* Process should have forks followed */
process.c 416 If there will be space in tcbtab for it, set TCB_FOLLOWFORK and return 0.
417 If not, clear TCB_FOLLOWFORK, print an error, and return 1. */
423 tcp->flags &= ~TCB_FOLLOWFORK;
428 tcp->flags |= TCB_FOLLOWFORK;
820 if (!(tcp->flags & TCB_FOLLOWFORK))
973 if (!(tcp->flags & TCB_FOLLOWFORK))
    [all...]
strace.c 452 tcp->flags |= TCB_ATTACHED|TCB_CLONE_THREAD|TCB_CLONE_DETACHED|TCB_FOLLOWFORK;
    [all...]

Completed in 225 milliseconds