Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/libxl/
A Dtest_common.c25 struct pollfd *poll_fds; variable
35 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()
A Dtest_fdderegrace.c37 if (poll_fds[i].fd == fd && (poll_fds[i].revents & POLLNVAL)) { in main()
A Dtest_common.h26 extern struct pollfd *poll_fds;

Completed in 2 milliseconds