Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/utils/testutils/
H A DExecuteFunctionUnix.cpp57 struct pollfd poll_fd { in invoke_in_subprocess() struct
62 if (::poll(&poll_fd, 1, timeout_ms) == -1) in invoke_in_subprocess()
65 if (!(poll_fd.revents & POLLHUP)) { in invoke_in_subprocess()