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

  /external/grpc-grpc/src/core/lib/iomgr/
wakeup_fd_cv.h 59 gpr_refcount pollcount; member in struct:grpc_cv_fd_table
ev_poll_posix.cc     [all...]
  /external/toybox/lib/
net.c 92 int i, pollcount = 2; local
101 if (!xpoll(pollfds, pollcount, timeout)) return pollcount;
103 for (i=0; i<pollcount; i++) {
115 pollcount--;

Completed in 6085 milliseconds