Home
last modified time | relevance | path

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

/external/strace/
Dprocess.c471 struct tcb *tcpchild; local
486 if ((tcpchild = alloctcb(tcp->u_rval)) == NULL) {
490 if (proc_open(tcpchild, 2) < 0)
491 droptcb(tcpchild);
808 struct tcb *tcpchild; local
832 tcpchild = pid2tcb(pid);
833 if (tcpchild != NULL) {
836 if ((tcpchild->flags
845 if ((tcpchild = alloctcb(pid)) == NULL) {
860 droptcb(tcpchild);
[all …]