Home
last modified time | relevance | path

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

/external/strace/
Dstrace.c522 static int popen_pid = 0; variable
563 popen_pid = pid; in strace_popen()
2250 if (popen_pid != 0) { in trace()
2280 if (pid == popen_pid) { in trace()
2282 popen_pid = 0; in trace()
2502 if (popen_pid) { in main()
2503 while (waitpid(popen_pid, NULL, 0) < 0 && errno == EINTR) in main()
DChangeLog-CVS1444 (popen_pid): New variable.
1450 (trace): Check popen_pid. Remove newoutf() call.
DChangeLog25723 Replace suspicious popen_pid assignment with an obviously correct one.
25724 popen_pid = vfork() does work correctly, but for a subtle reason
25729 popen_pid wouldn't be shared, so it will also be ok.)
28260 differs from stderr, and wait for popen_pid termination.
31993 While at it, use 0 as "none" for popen_pid, as optimization.
31995 * strace: Initialize popen_pid to 0 - this puts it in bss.
31996 (trace): Reset popen_pid to 0 instead of -1.