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

/external/strace/
H A Dstrace.c2182 struct tcb *execve_thread; local
2192 execve_thread = pid2tcb(old_pid);
2194 if (!execve_thread)
2197 if (execve_thread->curcol != 0) {
2202 fprintf(execve_thread->outf, " <pid changed to %d ...>\n", pid);
2203 /*execve_thread->curcol = 0; - no need, see code below */
2206 fp = execve_thread->outf;
2207 execve_thread->outf = tcp->outf;
2210 execve_thread->curcol = tcp->curcol;
2215 tcp = execve_thread;
[all...]

Completed in 106 milliseconds