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

  /external/strace/
syscall.c 763 * Forced reprinting via TCB_REPRINT is used only by
767 if ((followfork < 2 && printing_tcp != tcp) || (tcp->flags & TCB_REPRINT)) {
768 tcp->flags &= ~TCB_REPRINT;
strace.c     [all...]
defs.h 266 #define TCB_REPRINT 0x10 /* We should reprint this syscall on exit */
    [all...]

Completed in 97 milliseconds