Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/
H A Dkselftest_harness.h974 struct pollfd poll_child; in __wait_for_test() local
987 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()