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

  /system/core/init/
ueventd.c 52 struct pollfd ufd; local
89 ufd.events = POLLIN;
90 ufd.fd = get_device_fd();
93 ufd.revents = 0;
94 nr = poll(&ufd, 1, -1);
97 if (ufd.revents == POLLIN)
  /external/valgrind/main/auxprogs/
valgrind-listener.c 305 { struct pollfd ufd; local
307 ufd.fd = main_sd;
308 ufd.events = POLLIN;
309 ufd.revents = 0;
310 res = poll(&ufd, 1, 0);
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-linux.c     [all...]

Completed in 1746 milliseconds