From fd3fcbd3b3f12f878737d331d361de7eda0f579a Mon Sep 17 00:00:00 2001 From: Jeff McGee Date: Tue, 28 Jan 2014 18:25:04 -0600 Subject: lib/drmtest: Add igt_wait_helper igt_wait_helper compliments igt_stop_helper and is used when helper processes are expected to exit naturally. Signed-off-by: Jeff McGee Signed-off-by: Daniel Vetter --- lib/drmtest.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/drmtest.h') diff --git a/lib/drmtest.h b/lib/drmtest.h index d42a6f77..f945a7eb 100644 --- a/lib/drmtest.h +++ b/lib/drmtest.h @@ -290,6 +290,7 @@ struct igt_helper_process { }; bool __igt_fork_helper(struct igt_helper_process *proc); void igt_stop_helper(struct igt_helper_process *proc); +void igt_wait_helper(struct igt_helper_process *proc); #define igt_fork_helper(proc) \ for (; __igt_fork_helper(proc); exit(0)) -- cgit v1.2.3