Searched refs:working_set (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/libpcap/
H A Dpcap-sita.c748 fd_set working_set; local
755 memcpy(&working_set, &readfds, sizeof(readfds)); /* otherwise, we still have to listen for more stuff, till we timeout */
756 retval = select(max_fs + 1, &working_set, NULL, NULL, &tv);
764 if (FD_ISSET(fd, &working_set)) {

Completed in 81 milliseconds