Searched defs:got_kids (Results 1 - 1 of 1) sorted by relevance

/external/strace/
H A Dprocess.c1979 int got_kids; local
1984 got_kids = (tcp->parent->nchildren
1987 got_kids = (tcp->nchildren > tcp->nclone_threads);
1989 got_kids = tcp->nchildren > 0;
1992 if (entering(tcp) && got_kids) {
2044 if (exiting(tcp) && tcp->u_error == ECHILD && got_kids) {

Completed in 76 milliseconds