HomeSort by relevance Sort by last modified time
    Searched full:exceptfds (Results 1 - 23 of 23) sorted by null

  /system/connectivity/shill/net/
mock_sockets.h 60 fd_set* exceptfds,
sockets.cc 134 fd_set* exceptfds,
136 return HANDLE_EINTR(select(nfds, readfds, writefds, exceptfds, timeout));
sockets.h 100 fd_set* exceptfds,
  /libcore/ojluni/src/main/native/
linux_close.cpp 168 fd_set *exceptfds, struct timeval *timeout) {
170 select(s, readfds, writefds, exceptfds, timeout) );
net_util_md.h 57 fd_set *exceptfds, struct timeval *timeout);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
select.h 102 readiness, in WRITEFDS (if not NULL) for write readiness, and in EXCEPTFDS
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
select.h 100 readiness, in WRITEFDS (if not NULL) for write readiness, and in EXCEPTFDS
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
select.h 100 readiness, in WRITEFDS (if not NULL) for write readiness, and in EXCEPTFDS
  /external/fio/os/windows/
posix.c 740 fd_set readfds, writefds, exceptfds; local
752 FD_ZERO(&exceptfds);
767 FD_SET(fds[i].fd, &exceptfds);
769 rc = select(nfds, &readfds, &writefds, &exceptfds, to);
784 if (FD_ISSET(fds[i].fd, &exceptfds))
  /external/curl/tests/server/
sockfilt.c 676 fd_set *exceptfds, struct timeval *timeout)
739 if(FD_ISSET(fds, exceptfds))
810 FD_CLR(sock, exceptfds);
815 FD_CLR(sock, exceptfds);
831 * use exceptfds together with readfds to signal
841 FD_CLR(sock, exceptfds);
847 FD_ISSET(sock, exceptfds)) {
855 FD_CLR(sock, exceptfds);
    [all...]
  /external/v8/src/
d8-posix.cc 86 fd_set readfds, writefds, exceptfds; local
99 FD_ZERO(&exceptfds);
101 FD_SET(fd, &exceptfds);
115 &exceptfds,
  /external/compiler-rt/lib/dfsan/
dfsan_custom.cc 692 fd_set *exceptfds, struct timeval *timeout,
696 int ret = select(nfds, readfds, writefds, exceptfds, timeout);
705 if (exceptfds) {
706 dfsan_set_label(0, exceptfds, sizeof(fd_set));
    [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
socket_ops.hpp 207 fd_set* exceptfds, timeval* timeout, asio::error_code& ec);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winsock.h 299 WINSOCK_API_LINKAGE int WSAAPI select(int nfds,fd_set *readfds,fd_set *writefds,fd_set *exceptfds,const PTIMEVAL timeout);
ws2spi.h 60 typedef int (WSPAPI *LPWSPSELECT)(int nfds,fd_set *readfds,fd_set *writefds,fd_set *exceptfds,const PTIMEVAL timeout,LPINT lpErrno);
winsock2.h 867 typedef int (WSAAPI *LPFN_SELECT)(int nfds,fd_set *readfds,fd_set *writefds,fd_set *exceptfds,const PTIMEVAL timeout);
    [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/detail/impl/
socket_ops.ipp 1259 fd_set* exceptfds, timeval* timeout, asio::error_code& ec)
1268 writefds, exceptfds, timeout ? &ts : 0, 0), ec);
1271 writefds, exceptfds, timeout), ec);
    [all...]
  /external/curl/lib/
select.c 302 Any two of the parameters, readfds, writefds, or exceptfds, can be
  /external/valgrind/coregrind/m_syswrap/
syswrap-ppc32-linux.c 527 //.. PRE_MEM_READ( "old_select(exceptfds)", a4, a1/8 /* __FD_SETSIZE/8 */ );
    [all...]
syswrap-x86-linux.c 817 PRE_MEM_READ( "old_select(exceptfds)", a4, a1/8 /* __FD_SETSIZE/8 */ );
    [all...]
syswrap-generic.c     [all...]
syswrap-linux.c     [all...]
  /external/valgrind/memcheck/tests/x86-linux/
scalar.stderr.exp 906 Syscall param old_select(exceptfds) points to unaddressable byte(s)
    [all...]

Completed in 4665 milliseconds