Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/libxl/
A Dtest_common.c24 int poll_nfds, poll_nfds_allocd; variable
34 poll_nfds = poll_nfds_allocd; in test_common_beforepoll()
35 int rc = libxl_osevent_beforepoll(ctx, &poll_nfds, poll_fds, in test_common_beforepoll()
40 assert(poll_nfds > poll_nfds_allocd); in test_common_beforepoll()
41 poll_fds = realloc(poll_fds, poll_nfds * sizeof(poll_fds[0])); in test_common_beforepoll()
43 poll_nfds_allocd = poll_nfds; 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_common.h25 extern int poll_nfds, poll_nfds_allocd;
A Dtest_fdderegrace.c36 for (i=0; i<poll_nfds; i++) { in main()

Completed in 3 milliseconds