HomeSort by relevance Sort by last modified time
    Searched full:poll_wait (Results 1 - 6 of 6) sorted by null

  /external/fio/engines/
net.c 291 static int poll_wait(struct thread_data *td, int fd, short events) function
566 ret = poll_wait(td, io_u->file->fd, POLLOUT);
635 ret = poll_wait(td, io_u->file->fd, POLLIN);
846 if (poll_wait(td, nd->listenfd, POLLIN) < 0)
  /hardware/qcom/gps/msm8909/utils/
LocTimer.cpp 160 // when poll_wait wakes up on events, we know who is the owner of the fd.
  /hardware/qcom/gps/msm8909w_3100/utils/
LocTimer.cpp 160 // when poll_wait wakes up on events, we know who is the owner of the fd.
  /hardware/qcom/gps/msm8996/utils/
LocTimer.cpp 161 // when poll_wait wakes up on events, we know who is the owner of the fd.
  /hardware/qcom/gps/msm8998/utils/
LocTimer.cpp 161 // when poll_wait wakes up on events, we know who is the owner of the fd.
  /external/syslinux/gpxe/src/drivers/net/
forcedeth.c 341 #define POLL_WAIT (1+HZ/100)
    [all...]

Completed in 243 milliseconds