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

  /external/bluetooth/glib/tests/
timeloop-basic.c 17 static int n_active_children; variable
116 n_active_children--;
180 n_active_children = n_children;
186 while (n_active_children > 0)
188 int old_n_active_children = n_active_children;
190 poll (poll_fds, n_active_children, -1);
192 for (i=0; i<n_active_children; i++)
201 if (old_n_active_children > n_active_children)
timeloop-closure.c 15 static int n_active_children; variable
129 n_active_children--;
130 if (n_active_children == 0)
200 n_active_children = n_children;
timeloop.c 14 static int n_active_children; variable
128 n_active_children--;
129 if (n_active_children == 0)
194 n_active_children = n_children;

Completed in 67 milliseconds