Home
last modified time | relevance | path

Searched refs:exceptfds (Results 1 – 10 of 10) sorted by relevance

/external/openssh/openbsd-compat/
Dbsd-poll.c45 fd_set *readfds = NULL, *writefds = NULL, *exceptfds = NULL; in poll() local
61 (exceptfds = calloc(nmemb, sizeof(fd_mask))) == NULL) { in poll()
74 FD_SET(fd, exceptfds); in poll()
78 FD_SET(fd, exceptfds); in poll()
89 ret = select(maxfd + 1, readfds, writefds, exceptfds, tvp); in poll()
104 if (FD_ISSET(fd, exceptfds)) { in poll()
112 free(exceptfds); in poll()
/external/curl/tests/server/
Dsockfilt.c695 fd_set *exceptfds, struct timeval *timeout) in select_ws() argument
754 if(FD_ISSET(fds, exceptfds)) in select_ws()
826 FD_CLR(sock, exceptfds); in select_ws()
831 FD_CLR(sock, exceptfds); in select_ws()
857 FD_CLR(sock, exceptfds); in select_ws()
863 FD_ISSET(sock, exceptfds)) { in select_ws()
871 FD_CLR(sock, exceptfds); in select_ws()
882 if(FD_ISSET(fds, exceptfds)) in select_ws()
/external/libhevc/encoder/
Dosal_select_engine.h60 osal_select_entry_t *exceptfds[MAX_FDS]; /* Check for errors */ member
Dosal.h535 INOUT osal_fd_set_t *exceptfds,
/external/v8/src/
Dd8-posix.cc85 fd_set readfds, writefds, exceptfds; in WaitOnFD() local
98 FD_ZERO(&exceptfds); in WaitOnFD()
100 FD_SET(fd, &exceptfds); in WaitOnFD()
107 int number_of_fds_ready = select(fd + 1, &readfds, &writefds, &exceptfds, in WaitOnFD()
/external/compiler-rt/lib/dfsan/
Ddfsan_custom.cc692 fd_set *exceptfds, struct timeval *timeout, in __dfsw_select() argument
696 int ret = select(nfds, readfds, writefds, exceptfds, timeout); in __dfsw_select()
705 if (exceptfds) { in __dfsw_select()
706 dfsan_set_label(0, exceptfds, sizeof(fd_set)); in __dfsw_select()
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dsocket_ops.hpp207 fd_set* exceptfds, timeval* timeout, asio::error_code& ec);
/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/
Dsocket_ops.ipp1259 fd_set* exceptfds, timeval* timeout, asio::error_code& ec)
1268 writefds, exceptfds, timeout ? &ts : 0, 0), ec);
1271 writefds, exceptfds, timeout), ec);
/external/adhd/cras/src/tests/
Daudio_thread_unittest_obsolete.cc2130 fd_set *exceptfds, in select() argument
/external/syzkaller/sys/windows/
Dwindows.txt2384 select(nfds int32, readfds ptr[inout, intptr], writefds ptr[inout, intptr], exceptfds ptr[inout, in…