Searched refs:execve_thread (Results 1 – 1 of 1) sorted by relevance
2073 struct tcb *execve_thread; in maybe_switch_tcbs() local2083 execve_thread = pid2tcb(old_pid); in maybe_switch_tcbs()2085 if (!execve_thread) in maybe_switch_tcbs()2088 if (execve_thread->curcol != 0) { in maybe_switch_tcbs()2093 fprintf(execve_thread->outf, " <pid changed to %d ...>\n", pid); in maybe_switch_tcbs()2097 fp = execve_thread->outf; in maybe_switch_tcbs()2098 execve_thread->outf = tcp->outf; in maybe_switch_tcbs()2101 execve_thread->curcol = tcp->curcol; in maybe_switch_tcbs()2106 tcp = execve_thread; in maybe_switch_tcbs()