HomeSort by relevance Sort by last modified time
    Searched refs:FD_SET (Results 26 - 50 of 248) sorted by null

12 3 4 5 6 7 8 910

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xpoll.h 89 typedef struct fd_set { struct
91 } fd_set; typedef in typeref:struct:fd_set
94 # define Select(n,r,w,e,t) select(n,(fd_set*)r,(fd_set*)w,(fd_set*)e,(struct timeval*)t)
104 #ifndef FD_SET
105 #define FD_SET(n, p) (__XFDS_BITS(p, ((n)/NFDBITS)) |= ((fd_mask)1 << ((n) % NFDBITS)))
165 #define Select(n,r,w,e,t) select(0,(fd_set*)r,(fd_set*)w,(fd_set*)e,(struct timeval*)t
    [all...]
  /external/curl/lib/
select.c 34 /* BeOS has FD_SET defined in socket.h */
43 #include <strings.h> /* bzero() in FD_SET */
156 fd_set fds_read;
157 fd_set fds_write;
158 fd_set fds_err;
270 FD_SET(readfd0, &fds_read);
271 FD_SET(readfd0, &fds_err);
276 FD_SET(readfd1, &fds_read);
277 FD_SET(readfd1, &fds_err);
285 FD_SET(writefd, &fds_write)
    [all...]
  /external/xmlrpcpp/src/
XmlRpcDispatch.cpp 84 fd_set inFd, outFd, excFd;
93 if (it->getMask() & ReadableEvent) FD_SET(fd, &inFd);
94 if (it->getMask() & WritableEvent) FD_SET(fd, &outFd);
95 if (it->getMask() & Exception) FD_SET(fd, &excFd);
  /external/ipsec-tools/src/racoon/
session.c 110 static fd_set mask0;
111 static fd_set maskdying;
119 fd_set rfds;
195 error = select(nfds, &rfds, (fd_set *)0, (fd_set *)0, timeout);
275 plog(LLV_ERROR, LOCATION, NULL, "fd_set overrun\n");
278 FD_SET(lcconf->sock_admin, &mask0);
282 FD_SET(lcconf->sock_admin, &maskdying);
288 plog(LLV_ERROR, LOCATION, NULL, "fd_set overrun\n");
291 FD_SET(lcconf->sock_pfkey, &mask0)
    [all...]
  /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...]
  /device/linaro/hikey/bluetooth/
async_fd_watcher.cc 116 fd_set read_fds;
118 FD_SET(notification_listen_fd_, &read_fds);
121 FD_SET(it.first, &read_fds);
  /external/drm_hwcomposer/
drmeventlistener.cpp 58 FD_SET(drm_->fd(), &fds_);
59 FD_SET(uevent_fd_.get(), &fds_);
  /external/libnl/src/
nf-log.c 122 fd_set rfds;
128 FD_SET(nffd, &rfds);
131 FD_SET(rtfd, &rfds);
nf-queue.c 124 fd_set rfds;
130 FD_SET(nffd, &rfds);
133 FD_SET(rtfd, &rfds);
  /system/bt/vendor_libs/linux/interface/
async_fd_watcher.cc 127 fd_set read_fds;
129 FD_SET(notification_listen_fd_, &read_fds);
132 FD_SET(it.first, &read_fds);
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
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); \
  /external/linux-kselftest/tools/testing/selftests/android/ion/
ipcsocket.c 114 fd_set selFDs;
122 FD_SET(0, &selFDs);
123 FD_SET(sockfd, &selFDs);
169 fd_set recvFDs;
178 FD_SET(0, &recvFDs);
179 FD_SET(sockfd, &recvFDs);
  /external/ltp/testcases/kernel/syscalls/pselect/
pselect02.c 37 static fd_set read_fds;
42 fd_set *readfds;
88 FD_SET(fd, &read_fds);
  /external/ltp/testcases/kernel/syscalls/select/
select01.c 60 fd_set Readfds;
114 FD_SET(Fd, &Readfds);
  /external/ltp/testcases/open_posix_testsuite/include/
mq_send.h 50 fd_set rfds;
63 FD_SET(fd[0], &rfds);
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
posix_fd_set_adapter.hpp 28 // Adapts the FD_SET type to meet the Descriptor_Set concept's requirements.
51 FD_SET(descriptor, &fd_set_);
76 operator fd_set*()
99 mutable fd_set fd_set_;
  /external/skia/tools/sk_app/unix/
main_unix.cpp 36 fd_set in_fds;
38 FD_SET(x11_fd, &in_fds);
  /external/skqp/tools/sk_app/unix/
main_unix.cpp 36 fd_set in_fds;
38 FD_SET(x11_fd, &in_fds);
  /external/libdaemon/libdaemon/
dexec.c 57 fd_set fds;
135 FD_SET(p[0], &fds);
137 FD_SET(sigfd, &fds);
142 fd_set qfds = fds;
  /external/libdrm/tests/vbltest/
vbltest.c 167 fd_set fds;
170 FD_SET(0, &fds);
171 FD_SET(fd, &fds);
  /external/ltp/testcases/kernel/device-drivers/rtc/
rtc01.c 65 fd_set rfds;
136 FD_SET(rtc_fd, &rfds);
173 fd_set rfds;
194 FD_SET(rtc_fd, &rfds);
  /external/ltp/testcases/network/can/filter-tests/
can_rcv_own_msgs.c 70 fd_set rdfs;
90 FD_SET(s, &rdfs);
91 FD_SET(t, &rdfs);
  /external/webrtc/webrtc/examples/peerconnection/server/
main.cc 82 fd_set socket_set;
85 FD_SET(listener.socket(), &socket_set);
88 FD_SET((*i)->socket(), &socket_set);
  /hardware/interfaces/bluetooth/1.0/default/
async_fd_watcher.cc 132 fd_set read_fds;
134 FD_SET(notification_listen_fd_, &read_fds);
137 FD_SET(it.first, &read_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);

Completed in 800 milliseconds

12 3 4 5 6 7 8 910