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

  /external/strace/
strace.c 156 struct tcb *printing_tcp; variable in typeref:struct:tcb
604 if (printing_tcp) {
605 printing_tcp->curcol = 0;
606 printing_tcp = NULL;
627 printing_tcp = tcp;
629 if (printing_tcp) {
630 set_current_tcp(printing_tcp);
631 if (printing_tcp->curcol != 0 && (followfork < 2 || printing_tcp == tcp)) {
639 printing_tcp->curcol = 0
    [all...]
syscall.c 761 /* If not in -ff mode, and printing_tcp != tcp,
770 if ((followfork < 2 && printing_tcp != tcp) || (tcp->flags & TCB_REPRINT)) {
775 printing_tcp = tcp;
defs.h 800 * printing_tcp: tcb which has incomplete line being printed right now.
804 * line_ended() clears printing_tcp and resets ->curcol = 0.
806 * of last line, since in -ff mode just checking printing_tcp for NULL
815 extern struct tcb *printing_tcp;
    [all...]

Completed in 250 milliseconds