Searched refs:poll_fds (Results 1 – 3 of 3) sorted by relevance
25 struct pollfd *poll_fds; variable35 int rc = libxl_osevent_beforepoll(ctx, &poll_nfds, poll_fds, in test_common_beforepoll()41 poll_fds = realloc(poll_fds, poll_nfds * sizeof(poll_fds[0])); in test_common_beforepoll()42 assert(poll_fds); in test_common_beforepoll()49 int r = poll(poll_fds, poll_nfds, poll_timeout); in test_common_dopoll()56 libxl_osevent_afterpoll(ctx, poll_nfds, poll_fds, now); in test_common_afterpoll()
37 if (poll_fds[i].fd == fd && (poll_fds[i].revents & POLLNVAL)) { in main()
26 extern struct pollfd *poll_fds;
Completed in 3 milliseconds