Home
last modified time | relevance | path

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

/external/strace/
Dstrace.c2060 struct tcb *execve_thread; in maybe_switch_tcbs() local
2070 execve_thread = pid2tcb(old_pid); in maybe_switch_tcbs()
2072 if (!execve_thread) in maybe_switch_tcbs()
2075 if (execve_thread->curcol != 0) { in maybe_switch_tcbs()
2080 fprintf(execve_thread->outf, " <pid changed to %d ...>\n", pid); in maybe_switch_tcbs()
2084 fp = execve_thread->outf; in maybe_switch_tcbs()
2085 execve_thread->outf = tcp->outf; in maybe_switch_tcbs()
2088 execve_thread->curcol = tcp->curcol; in maybe_switch_tcbs()
2093 tcp = execve_thread; in maybe_switch_tcbs()