HomeSort by relevance Sort by last modified time
    Searched refs:FD_SETSIZE (Results 76 - 100 of 120) sorted by null

1 2 34 5

  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_osf1.h 165 #define _PR_MD_MAX_OSFD FD_SETSIZE
_qnx.h 145 #define _PR_MD_MAX_OSFD FD_SETSIZE
_rhapsody.h 135 #define _PR_MD_MAX_OSFD FD_SETSIZE
_scoos.h 140 #define _PR_MD_MAX_OSFD FD_SETSIZE
_sony.h 125 #define _PR_MD_MAX_OSFD FD_SETSIZE
_unixware.h 139 #define _PR_MD_MAX_OSFD FD_SETSIZE
_aix.h 185 #define _PR_MD_MAX_OSFD FD_SETSIZE
_darwin.h 173 #define _PR_MD_MAX_OSFD FD_SETSIZE
_freebsd.h 172 #define _PR_MD_MAX_OSFD FD_SETSIZE
_netbsd.h 228 #define _PR_MD_MAX_OSFD FD_SETSIZE
_nextstep.h 167 #define _PR_MD_MAX_OSFD FD_SETSIZE
_nspr_pthread.h 141 #define _PR_MD_MAX_OSFD FD_SETSIZE
_openvms.h 229 #define _PR_MD_MAX_OSFD FD_SETSIZE
_reliantunix.h 135 #define _PR_MD_MAX_OSFD FD_SETSIZE
_sunos4.h 169 #define _PR_MD_MAX_OSFD FD_SETSIZE
  /external/iputils/
clockdiff.c 152 if (select(FD_SETSIZE, &ready, (fd_set *)0, (fd_set *)0, &tout)) {
215 if ((count = select(FD_SETSIZE, &ready, (fd_set *)0,
328 if (select(FD_SETSIZE, &ready, (fd_set *)0, (fd_set *)0, &tout)) {
395 if ((count = select(FD_SETSIZE, &ready, (fd_set *)0,
  /external/kernel-headers/original/linux/
time.h 181 #define FD_SETSIZE __FD_SETSIZE
  /external/qemu/
iolooper-select.c 93 for (fd = 0; fd < FD_SETSIZE; fd++) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/X11/
Xos.h 243 #define FD_SETSIZE 256
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xos.h 234 #define FD_SETSIZE 256
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/X11/
Xos.h 243 #define FD_SETSIZE 256
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xos.h 234 #define FD_SETSIZE 256
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xos.h 234 #define FD_SETSIZE 256
  /external/chromium_org/base/files/
file_path_watcher_linux.cc 157 CHECK_GT(FD_SETSIZE, inotify_fd);
159 CHECK_GT(FD_SETSIZE, shutdown_fd);
  /bionic/libc/upstream-netbsd/libc/isc/
eventlib_p.h 232 evFile *fdTable[FD_SETSIZE];

Completed in 568 milliseconds

1 2 34 5