find_bad_fds 7934 eval.c v |= find_bad_fds(&readfds, &th->readfds, th->fd);
find_bad_fds 7935 eval.c v |= find_bad_fds(&writefds, &th->writefds, th->fd);
find_bad_fds 7936 eval.c v |= find_bad_fds(&exceptfds, &th->exceptfds, th->fd);