Home | History | Annotate | Download | only in strace

Lines Matching full:got_kids

1979 	int got_kids;
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) {