Home
last modified time | relevance | path

Searched refs:TCB_REPRINT (Results 1 – 3 of 3) sorted by relevance

/external/strace/
Ddefs.h463 #define TCB_REPRINT 0x20 /* We should reprint this syscall on exit */ macro
Dsyscall.c2559 if ((followfork < 2 && printing_tcp != tcp) || (tcp->flags & TCB_REPRINT)) { in trace_syscall_exiting()
2560 tcp->flags &= ~TCB_REPRINT; in trace_syscall_exiting()
Dstrace.c2221 tcp->flags |= TCB_REPRINT; in trace()