HomeSort by relevance Sort by last modified time
    Searched full:nfds (Results 51 - 75 of 156) sorted by null

1 23 4 5 6 7

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
select.h 101 /* Check the first NFDS descriptors each in READFDS (if not NULL) for read
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_proxy.h 152 virtual int select(int nfds, fd_set* readfds, fd_set* writefds,
155 virtual int poll(struct pollfd *fds, nfds_t nfds, int timeout);
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_nextstep.h 249 #define _MD_SELECT(nfds,r,w,e,tv) syscall(SYS_select,nfds,r,w,e,tv)
_irix.h 445 extern int _select(int nfds, fd_set *readfds, fd_set *writefds,
452 extern int _poll(struct pollfd *fds, unsigned long nfds, int timeout);
_osf1.h 237 extern int __poll(struct pollfd filedes[], unsigned int nfds, int timeout);
_solaris.h 443 extern int _select(int nfds, fd_set *readfds, fd_set *writefds,
449 extern int _poll(struct pollfd *fds, unsigned long nfds, int timeout);
792 extern int _select(int nfds, fd_set *readfds, fd_set *writefds,
799 extern int _poll(struct pollfd *fds, unsigned long nfds, int timeout);
_sony.h 185 extern int _poll(struct pollfd *fds, unsigned long nfds, int timeout);
  /external/chromium_org/content/common/gpu/media/
exynos_video_encode_accelerator.cc 1061 nfds_t nfds; local
    [all...]
  /external/mdnsresponder/mDNSPosix/
Identify.c 187 int nfds = 0; local
202 mDNSPosixGetFDSet(m, &nfds, &readfds, &remain);
203 result = select(nfds, &readfds, NULL, NULL, &remain);
Responder.c 711 int nfds = 0; local
728 mDNSPosixGetFDSet(&mDNSStorage, &nfds, &readfds, &timeout);
731 verbosedebugf("select(%d, %d.%06d)", nfds, timeout.tv_sec, timeout.tv_usec);
732 result = select(nfds, &readfds, NULL, NULL, &timeout);
  /external/chromium_org/tools/android/forwarder/
forwarder.cc 199 int nfds = socket1 > socket2 ? socket1 + 1 : socket2 + 1; local
218 if (HANDLE_EINTR(select(nfds, &read_fds, &write_fds, NULL, NULL)) <= 0) {
  /external/chromium_org/third_party/libusb/src/libusb/os/
poll_windows.c 507 int usbi_poll(struct pollfd *fds, unsigned int nfds, int timeout)
519 handles_to_wait_on = (HANDLE*) calloc(nfds+1, sizeof(HANDLE)); // +1 for fd_update
520 handle_to_index = (int*) calloc(nfds, sizeof(int));
527 for (i = 0; i < nfds; ++i) {
  /external/valgrind/main/include/
pub_tool_libcfile.h 89 extern Int VG_(poll) (struct vki_pollfd *fds, Int nfds, Int timeout);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
control_external.h 237 int (*poll_revents)(snd_ctl_ext_t *ext, struct pollfd *pfds, unsigned int nfds, unsigned short *revents);
hwdep.h 100 int snd_hwdep_poll_descriptors_revents(snd_hwdep_t *hwdep, struct pollfd *pfds, unsigned int nfds, unsigned short *revents);
pcm_ioplug.h 182 int (*poll_revents)(snd_pcm_ioplug_t *io, struct pollfd *pfd, unsigned int nfds, unsigned short *revents);
rawmidi.h 89 int snd_rawmidi_poll_descriptors_revents(snd_rawmidi_t *rawmidi, struct pollfd *pfds, unsigned int nfds, unsigned short *revent);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
mainloop.h 123 typedef int (*pa_poll_func)(struct pollfd *ufds, unsigned long nfds, int timeout, void*userdata);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
control_external.h 237 int (*poll_revents)(snd_ctl_ext_t *ext, struct pollfd *pfds, unsigned int nfds, unsigned short *revents);
hwdep.h 100 int snd_hwdep_poll_descriptors_revents(snd_hwdep_t *hwdep, struct pollfd *pfds, unsigned int nfds, unsigned short *revents);
pcm_ioplug.h 182 int (*poll_revents)(snd_pcm_ioplug_t *io, struct pollfd *pfd, unsigned int nfds, unsigned short *revents);
rawmidi.h 89 int snd_rawmidi_poll_descriptors_revents(snd_rawmidi_t *rawmidi, struct pollfd *pfds, unsigned int nfds, unsigned short *revent);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
mainloop.h 123 typedef int (*pa_poll_func)(struct pollfd *ufds, unsigned long nfds, int timeout, void*userdata);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
control_external.h 237 int (*poll_revents)(snd_ctl_ext_t *ext, struct pollfd *pfds, unsigned int nfds, unsigned short *revents);
hwdep.h 100 int snd_hwdep_poll_descriptors_revents(snd_hwdep_t *hwdep, struct pollfd *pfds, unsigned int nfds, unsigned short *revents);

Completed in 801 milliseconds

1 23 4 5 6 7