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

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

Completed in 47 milliseconds