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

  /external/qemu/
async.c 91 while (qemu_bh_poll());
138 int qemu_bh_poll(void) function
aio-android.c 121 } while (qemu_bh_poll() || ret > 0);
149 if (qemu_bh_poll())
aio.c 120 } while (qemu_bh_poll() || ret > 0);
147 if (qemu_bh_poll())
main-loop.c 309 qemu_bh_poll();
  /external/qemu/include/
qemu-common.h 131 int qemu_bh_poll(void);

Completed in 3635 milliseconds