HomeSort by relevance Sort by last modified time
    Searched refs:n_children (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/massif/
ms_main.c 552 // n_children and max_children are 32-bit integers. 16-bit integers
555 UInt n_children; // number of children member in struct:_XPt
576 UInt n_children; member in struct:_SXPt::__anon17190::__anon17191
629 xpt->n_children = 0;
642 tl_assert(parent->n_children <= parent->max_children);
643 if (parent->n_children == parent->max_children) {
659 parent->children[ parent->n_children++ ] = child;
706 for (i = 0; i < xpt->n_children; i++) {
711 n_insig_children = xpt->n_children - n_sig_children;
720 sxpt->Sig.n_children = n_child_sxpts
    [all...]
ms_print.in 197 my $n_children = $1;
218 for (my $i = 0; $i < $n_children; $i++) {
220 my $child_midfix2 = ( $i+1 == $n_children ? " " : "| " );
242 if (0 == $n_children) {
  /external/ppp/pppd/
main.c 193 static int n_children; /* # child processes still running */ variable
624 if (n_children > 0) {
629 dbglog("Waiting for %d child processes...", n_children);
633 while (n_children > 0 && !childwait_done) {
    [all...]

Completed in 52 milliseconds