Searched refs:chld_wait (Results 1 - 1 of 1) sorted by relevance

/external/ltp/testcases/kernel/ipc/pipeio/
H A Dpipeio.c107 static int chld_wait; /* max time to wait between writes, 1 == no wait */ variable
373 chld_wait = (int)(d * 1000000.0);
576 if (chld_wait) {
579 n = lrand48() % chld_wait;

Completed in 176 milliseconds