Home | History | Annotate | Download | only in dfsan

Lines Matching full:exceptfds

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));