HomeSort by relevance Sort by last modified time
    Searched refs:pollfd (Results 276 - 300 of 447) sorted by null

<<1112131415161718

  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_irix.h 297 struct pollfd *ioq_pollfds;
452 extern int _poll(struct pollfd *fds, unsigned long nfds, int timeout);
_linux.h 414 struct pollfd *ioq_pollfds;
488 extern int __syscall_poll(struct pollfd *ufds, unsigned long int nfds,
_aix.h 197 struct pollfd *ioq_pollfds;
_darwin.h 185 struct pollfd *ioq_pollfds;
_freebsd.h 184 struct pollfd *ioq_pollfds;
_netbsd.h 240 struct pollfd *ioq_pollfds;
_nextstep.h 179 struct pollfd *ioq_pollfds;
_nspr_pthread.h 153 struct pollfd *ioq_pollfds;
_reliantunix.h 147 struct pollfd *ioq_pollfds;
_sunos4.h 181 struct pollfd *ioq_pollfds;
  /external/qemu/
qemu-timer.c 312 return ppoll((struct pollfd *)fds, nfds, NULL, NULL);
317 return ppoll((struct pollfd *)fds, nfds, &ts, NULL);
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/gesture_test/
inv_gesture_test.c 107 struct pollfd pfd[NUM_DMP_FEATS];
601 void parse_events(struct pollfd pfd[], int num_fds)
  /hardware/samsung_slsi/exynos5/include/
ExynosCamera.h 697 pollfd events;
774 struct pollfd *event,
  /bionic/libc/upstream-netbsd/lib/libc/isc/
eventlib_p.h 234 struct pollfd *pollfds; /* Allocated as needed */
  /device/asus/grouper/power/
power.c 48 static struct pollfd pfd;
  /device/moto/shamu/qrngd/
qrngd.c 312 struct pollfd fds[1]; /* used for polling file descriptor */
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_intercept.h 127 int ki_poll(struct pollfd* fds, nfds_t nfds, int timeout);
kernel_proxy.h 168 virtual int poll(struct pollfd* fds, nfds_t nfds, int timeout);
  /external/chromium_org/sandbox/linux/tests/
unit_tests.cc 191 struct pollfd poll_fd = {fds[0], POLLIN | POLLRDHUP, 0};
  /external/chromium_org/third_party/libusb/src/libusb/os/
linux_netlink.c 307 struct pollfd fds[] = {
linux_udev.c 166 struct pollfd fds[] = {
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
port.h 403 inline int poll(struct pollfd* fds, int nfds, int timeout) {
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
port.h 400 inline int poll(struct pollfd* fds, int nfds, int timeout) {
  /external/fio/engines/
splice.c 174 struct pollfd pfd = { .fd = sd->pipe[1], .events = POLLOUT, };
  /external/ipsec-tools/
main.c 132 static struct pollfd pollfds[10];

Completed in 2679 milliseconds

<<1112131415161718