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

  /external/strace/
process.c 471 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...]
ChangeLog     [all...]

Completed in 339 milliseconds