HomeSort by relevance Sort by last modified time
    Searched full:tcpchild (Results 1 - 2 of 2) sorted by null

  /external/strace/
process.c 516 struct tcb *tcpchild; local
530 tcpchild = alloctcb(tcp->u_rval);
531 if (proc_open(tcpchild, 2) < 0)
532 droptcb(tcpchild);
813 struct tcb *tcpchild; local
816 tcpchild = pid2tcb(pid);
817 if (tcpchild != NULL) {
820 if ((tcpchild->flags
831 tcpchild = alloctcb(pid);
841 droptcb(tcpchild);
974 struct tcb *tcpchild; local
    [all...]
ChangeLog-CVS     [all...]

Completed in 1698 milliseconds