Home
last modified time | relevance | path

Searched defs:libxl__poller (Results 1 – 1 of 1) sorted by relevance

/xen/tools/libxl/
A Dlibxl_internal.h599 typedef struct libxl__poller libxl__poller; typedef
600 struct libxl__poller { struct
622 struct pollfd *fd_polls;
623 int fd_polls_allocd;
625 int fd_rindices_allocd;
626 int (*fd_rindices)[3]; /* see libxl_event.c:beforepoll_internal */
628 int wakeup_pipe[2]; /* 0 means no fd allocated */
629 bool pipe_nonempty;
654 bool fds_deregistered;
655 bool osevents_added;

Completed in 19 milliseconds