HomeSort by relevance Sort by last modified time
    Searched refs:fd_set (Results 1 - 25 of 431) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/StdLib/Include/sys/
select.h 38 #include <sys/fd_set.h>
45 int pselect(int, fd_set * __restrict, fd_set * __restrict,
46 fd_set * __restrict, const struct timespec * __restrict,
48 int select(int, fd_set * __restrict, fd_set * __restrict,
49 fd_set * __restrict, struct timeval * __restrict);
fd_set.h 1 /* $NetBSD: fd_set.h,v 1.2 2005/12/11 12:25:20 christos Exp $ */
62 typedef struct fd_set { struct
64 } fd_set; typedef in typeref:struct:fd_set
66 #define FD_SET(n, p) \
76 fd_set *__fds = (p); \
98 fd_set *__f = (f), *__t = (t); \
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_fd_types.h 17 /* fd_set may have been defined by the newlib <sys/types.h>
21 typedef struct fd_set struct
25 } fd_set; typedef in typeref:struct:fd_set
31 int WINAPI __WSAFDIsSet(SOCKET,fd_set *);
41 for(__i = 0; __i < ((fd_set *)(set))->fd_count; __i++) { \
42 if (((fd_set *)(set))->fd_array[__i] == fd) { \
43 while (__i < ((fd_set *)(set))->fd_count - 1) { \
44 ((fd_set *)(set))->fd_array[__i] = \
45 ((fd_set *)(set))->fd_array[__i + 1]; \
48 ((fd_set *)(set))->fd_count--;
    [all...]
  /bionic/tests/headers/posix/
sys_select_h.c 43 TYPE(fd_set);
53 #if !defined(FD_SET)
54 #error FD_SET
60 FUNCTION(pselect, int (*f)(int, fd_set*, fd_set*, fd_set*, const struct timespec*, const sigset_t*));
61 FUNCTION(select, int (*f)(int, fd_set*, fd_set*, fd_set*, struct timeval*));
sys_time_h.c 45 TYPE(fd_set);
57 #if !defined(FD_SET)
58 #error FD_SET
72 FUNCTION(select, int (*f)(int, fd_set*, fd_set*, fd_set*, struct timeval*));
  /external/libmicrohttpd/src/examples/
mhd2spdy_spdy.h 42 spdy_ctl_select(fd_set * read_fd_set,
43 fd_set * write_fd_set,
44 fd_set * except_fd_set,
80 spdy_get_selectfdset(fd_set * read_fd_set,
81 fd_set * write_fd_set,
82 fd_set * except_fd_set,
95 spdy_run_select(fd_set * read_fd_set,
96 fd_set * write_fd_set,
97 fd_set * except_fd_set,
  /bionic/libc/include/sys/
select.h 47 } fd_set; typedef in typeref:struct:__anon312
57 for (__i = 0; __i < sizeof(fd_set)/sizeof(fd_mask); ++__i) { \
62 void __FD_CLR_chk(int, fd_set*, size_t) __INTRODUCED_IN(21);
63 void __FD_SET_chk(int, fd_set*, size_t) __INTRODUCED_IN(21);
64 int __FD_ISSET_chk(int, const fd_set*, size_t) __INTRODUCED_IN(21);
66 #define __FD_CLR(fd, set) (__FDS_BITS(fd_set*,set)[__FDELT(fd)] &= ~__FDMASK(fd))
67 #define __FD_SET(fd, set) (__FDS_BITS(fd_set*,set)[__FDELT(fd)] |= __FDMASK(fd))
68 #define __FD_ISSET(fd, set) ((__FDS_BITS(const fd_set*,set)[__FDELT(fd)] & __FDMASK(fd)) != 0)
73 #define FD_SET(fd, set) __FD_SET_chk(fd, set, __bos(set))
77 #define FD_SET(fd, set) __FD_SET(fd, set
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/
posix_io.h 22 typedef uint32_t fd_set; typedef
27 extern int select ( fd_set *readfds, int wait );
37 FD_ZERO ( fd_set *set ) {
48 FD_SET ( int fd, fd_set *set ) {
59 FD_CLR ( int fd, fd_set *set ) {
71 FD_ISSET ( int fd, fd_set *set ) {
  /external/libmicrohttpd/src/microspdy/
daemon.h 116 fd_set *read_fd_set,
117 fd_set *write_fd_set,
118 fd_set *except_fd_set,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
select.h 0 /* `fd_set' type and related macros, and `select'/`pselect' declarations.
54 /* The fd_set member is required to be an array of longs. */
64 /* fd_set for select and pselect. */
76 } fd_set; typedef in typeref:struct:__anon62343
78 /* Maximum number of file descriptors in `fd_set'. */
82 /* Sometimes the fd_set member is assumed to have this type. */
85 /* Number of bits per word of `fd_set' (some code assumes this is 32). */
90 /* Access macros for `fd_set'. */
91 #define FD_SET(fd, fdsetp) __FD_SET (fd, fdsetp)
107 extern int select (int __nfds, fd_set *__restrict __readfds
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
select.h 0 /* `fd_set' type and related macros, and `select'/`pselect' declarations.
54 /* The fd_set member is required to be an array of longs. */
64 /* fd_set for select and pselect. */
76 } fd_set; typedef in typeref:struct:__anon63210
78 /* Maximum number of file descriptors in `fd_set'. */
82 /* Sometimes the fd_set member is assumed to have this type. */
85 /* Number of bits per word of `fd_set' (some code assumes this is 32). */
90 /* Access macros for `fd_set'. */
91 #define FD_SET(fd, fdsetp) __FD_SET (fd, fdsetp)
107 extern int select (int __nfds, fd_set *__restrict __readfds
    [all...]
  /bionic/libc/bionic/
poll.cpp 38 extern "C" int __pselect6(int, fd_set*, fd_set*, fd_set*, timespec*, void*);
81 int select(int fd_count, fd_set* read_fds, fd_set* write_fds, fd_set* error_fds, timeval* tv) {
98 int pselect(int fd_count, fd_set* read_fds, fd_set* write_fds, fd_set* error_fds,
111 int pselect64(int fd_count, fd_set* read_fds, fd_set* write_fds, fd_set* error_fds
    [all...]
  /external/ppp/pppd/plugins/radius/
util.c 61 select(0,(fd_set *)NULL,(fd_set *)NULL,(fd_set *)NULL, &tv);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
select.h 30 : "a" (0), "0" (sizeof (fd_set) \
43 fd_set *__arr = (set); \
44 for (__i = 0; __i < sizeof (fd_set) / sizeof (__fd_mask); ++__i) \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
select.h 39 : "a" (0), "0" (sizeof (fd_set) \
52 fd_set *__arr = (set); \
53 for (__i = 0; __i < sizeof (fd_set) / sizeof (__fd_mask); ++__i) \
  /device/google/marlin/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_socket.h 38 (((fd_set *)(fdsetp))->fds_bits[(fd) >> 5] |= (1LU<<((fd) & 31)))
42 (((fd_set *)(fdsetp))->fds_bits[(fd) >> 5] &= ~(1LU<<((fd) & 31)))
46 ((((fd_set *)(fdsetp))->fds_bits[(fd) >> 5] & (1LU<<((fd) & 31))) != 0)
50 (memset (fdsetp, 0, sizeof (*(fd_set *)(fdsetp))))
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_socket.h 38 (((fd_set *)(fdsetp))->fds_bits[(fd) >> 5] |= (1LU<<((fd) & 31)))
42 (((fd_set *)(fdsetp))->fds_bits[(fd) >> 5] &= ~(1LU<<((fd) & 31)))
46 ((((fd_set *)(fdsetp))->fds_bits[(fd) >> 5] & (1LU<<((fd) & 31))) != 0)
50 (memset (fdsetp, 0, sizeof (*(fd_set *)(fdsetp))))
  /external/mdnsresponder/mDNSPosix/
mDNSPosix.h 73 extern void mDNSPosixGetFDSet(mDNS *m, int *nfds, fd_set *readfds, struct timeval *timeout);
74 extern void mDNSPosixProcessFDSet(mDNS *const m, fd_set *readfds);
  /external/drm_hwcomposer/
drmeventlistener.h 56 fd_set fds_;
  /external/libcups/cups/
backchannel.c 34 static void cups_setup(fd_set *set, struct timeval *tval,
53 fd_set input; /* Input set */
105 fd_set output; /* Output set */
177 cups_setup(fd_set *set, /* I - Set for select() */
185 FD_SET(3, set);
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/common/
console_helper.c 30 fd_set read_fd;
35 FD_SET(0, &read_fd);
  /external/curl/docs/examples/
multi-double.c 71 fd_set fdread;
72 fd_set fdwrite;
73 fd_set fdexcep;
  /external/curl/lib/
select.h 95 int tpf_select_libcurl(int maxfds, fd_set* reads, fd_set* writes,
96 fd_set* excepts, struct timeval* tv);
  /external/curl/tests/libtest/
lib1501.c 62 fd_set fdread;
63 fd_set fdwrite;
64 fd_set fdexcep;
lib507.c 58 fd_set fdread;
59 fd_set fdwrite;
60 fd_set fdexcep;

Completed in 532 milliseconds

1 2 3 4 5 6 7 8 91011>>