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

  /external/ltp/testcases/kernel/syscalls/clone/
clone05.c 40 static int child_exited = 0; variable
62 if ((TEST_RETURN != -1) && (child_exited))
71 child_exited = 0;
101 child_exited = 1;
  /external/toybox/toys/pending/
fsck.c 253 int status = 0, child_exited; local
262 child_exited = 0;
270 child_exited = 1;
276 if (child_exited) {

Completed in 251 milliseconds