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

  /external/valgrind/massif/
ms_main.c 540 // n_children and max_children are 32-bit integers. 16-bit integers
543 UInt n_children; // number of children member in struct:_XPt
564 UInt n_children; member in struct:_SXPt::__anon26115::__anon26116
595 xpt->n_children = 0;
608 tl_assert(parent->n_children <= parent->max_children);
609 if (parent->n_children == parent->max_children) {
625 parent->children[ parent->n_children++ ] = child;
672 for (i = 0; i < xpt->n_children; i++) {
677 n_insig_children = xpt->n_children - n_sig_children;
686 sxpt->Sig.n_children = n_child_sxpts
    [all...]
ms_print.in 202 my $n_children = $1;
223 for (my $i = 0; $i < $n_children; $i++) {
225 my $child_midfix2 = ( $i+1 == $n_children ? " " : "| " );
247 if (0 == $n_children) {
  /external/ppp/pppd/
main.c 195 static int n_children; /* # child processes still running */ variable
627 if (n_children > 0) {
632 dbglog("Waiting for %d child processes...", n_children);
636 while (n_children > 0 && !childwait_done) {
    [all...]

Completed in 182 milliseconds