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