HomeSort by relevance Sort by last modified time
    Searched refs:fd_read_poll (Results 1 - 2 of 2) sorted by null

  /external/qemu/
iohandler.c 36 IOCanReadHandler *fd_read_poll; member in struct:IOHandlerRecord
48 /* XXX: fd_read_poll should be suppressed, but an API change is
51 IOCanReadHandler *fd_read_poll,
74 ioh->fd_read_poll = fd_read_poll;
99 (!ioh->fd_read_poll ||
100 ioh->fd_read_poll(ioh->opaque) != 0)) {
  /external/qemu/include/sysemu/
char.h 121 IOCanReadHandler *fd_read_poll,

Completed in 36 milliseconds