Searched refs:poll_child (Results 1 – 1 of 1) sorted by relevance
983 struct pollfd poll_child; in __wait_for_test() local996 poll_child.fd = childfd; in __wait_for_test()997 poll_child.events = POLLIN; in __wait_for_test()998 ret = poll(&poll_child, 1, t->timeout * 1000); in __wait_for_test()