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

  /external/qemu/
main-loop.c 86 err = fcntl_setfl(fds[0], O_NONBLOCK);
90 err = fcntl_setfl(fds[1], O_NONBLOCK);
  /external/qemu/util/
cutils.c 263 int fcntl_setfl(int fd, int flag) function
  /external/qemu/include/
qemu-common.h 166 int fcntl_setfl(int fd, int flag);

Completed in 68 milliseconds