Home
last modified time | relevance | path

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

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