Searched refs:exceptfds (Results 1 – 10 of 10) sorted by relevance
/external/openssh/openbsd-compat/ |
D | bsd-poll.c | 45 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/ |
D | sockfilt.c | 695 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/ |
D | osal_select_engine.h | 60 osal_select_entry_t *exceptfds[MAX_FDS]; /* Check for errors */ member
|
D | osal.h | 535 INOUT osal_fd_set_t *exceptfds,
|
/external/v8/src/ |
D | d8-posix.cc | 85 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/ |
D | dfsan_custom.cc | 692 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/ |
D | socket_ops.hpp | 207 fd_set* exceptfds, timeval* timeout, asio::error_code& ec);
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/ |
D | 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);
|
/external/adhd/cras/src/tests/ |
D | audio_thread_unittest_obsolete.cc | 2130 fd_set *exceptfds, in select() argument
|
/external/syzkaller/sys/windows/ |
D | windows.txt | 2384 select(nfds int32, readfds ptr[inout, intptr], writefds ptr[inout, intptr], exceptfds ptr[inout, in…
|