Searched refs:process_wait (Results 1 - 4 of 4) sorted by relevance
/third_party/libuv/test/ |
H A D | runner.h | 144 int process_wait(process_info_t *vec, int n, int timeout);
|
H A D | runner.c | 251 result = process_wait(main_proc, 1, task->timeout * timeout_multiplier); in run_test() 253 FATAL("process_wait failed"); in run_test() 255 /* Don't have to clean up the process, process_wait() has killed it. */ in run_test() 283 process_wait(processes, process_count - 1, -1) < 0) { in run_test() 284 FATAL("process_wait failed"); in run_test()
|
H A D | runner-win.c | 179 int process_wait(process_info_t *vec, int n, int timeout) { in process_wait() function
|
H A D | runner-unix.c | 236 int process_wait(process_info_t* vec, int n, int timeout) { in process_wait() function
|
Completed in 3 milliseconds