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

  /system/core/debuggerd/
getevent.c 195 int pollres; local
198 pollres = poll(ufds, nfds, timeout);
199 if (pollres == 0) {
  /system/core/toolbox/
getevent.c 312 int pollres; local
436 pollres = poll(ufds, nfds, -1);
437 //printf("poll %d, returned %d\n", nfds, pollres);

Completed in 50 milliseconds