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

  /external/ltp/testcases/kernel/syscalls/fcntl/
fcntl17.c 84 int parent_wait();
358 int parent_wait(void) function
363 tst_resm(TFAIL, "parent_wait() failed");
539 if (parent_wait()) {
552 if (parent_wait()) {
566 if (parent_wait()) {
604 if ((ans = parent_wait()) != EDEADLK) {
  /external/ltp/testcases/kernel/ipc/pipeio/
pipeio.c 108 static int parent_wait; /* max time to wait between reads, 1 == no wait */ variable
359 parent_wait = (int)(d * 1000000.0);
658 if (parent_wait) {
661 n = lrand48() % parent_wait;

Completed in 154 milliseconds