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

  /bionic/libc/include/
poll.h 36 typedef unsigned int nfds_t; typedef
39 extern int poll(struct pollfd *, nfds_t, long);
  /development/ndk/platforms/android-3/include/
poll.h 36 typedef unsigned int nfds_t; typedef
39 extern int poll(struct pollfd *, nfds_t, long);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
poll.h 36 typedef unsigned int nfds_t; typedef
39 extern int poll(struct pollfd *, nfds_t, long);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
poll.h 36 typedef unsigned int nfds_t; typedef
39 extern int poll(struct pollfd *, nfds_t, long);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
poll.h 36 typedef unsigned int nfds_t; typedef
39 extern int poll(struct pollfd *, nfds_t, long);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
poll.h 36 typedef unsigned int nfds_t; typedef
39 extern int poll(struct pollfd *, nfds_t, long);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
poll.h 36 typedef unsigned int nfds_t; typedef
39 extern int poll(struct pollfd *, nfds_t, long);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
poll.h 36 typedef unsigned int nfds_t; typedef
39 extern int poll(struct pollfd *, nfds_t, long);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
poll.h 37 typedef unsigned long int nfds_t; typedef
58 extern int poll (struct pollfd *__fds, nfds_t __nfds, int __timeout);
67 extern int ppoll (struct pollfd *__fds, nfds_t __nfds,
  /external/bluetooth/bluez/src/
ppoll.h 7 static inline int compat_ppoll(struct pollfd *fds, nfds_t nfds,
  /system/bluetooth/tools/
asocket_test.c 79 static void print_fds(struct pollfd *ufds, nfds_t nfds) {
297 static int _poll(struct pollfd *ufds, nfds_t nfds, int timeout) {
socktest.c 78 static void print_fds(struct pollfd *ufds, nfds_t nfds) {
311 static int _poll(struct pollfd *ufds, nfds_t nfds, int timeout) {
pipetest.c 55 static int _poll(struct pollfd *ufds, nfds_t nfds, int timeout) {

Completed in 2430 milliseconds