Searched refs:asyncfds (Results 1 – 1 of 1) sorted by relevance
2696 fd_set asyncfds; in wait_for_async() local2711 FD_ZERO(&asyncfds); in wait_for_async()2715 openssl_fdset((int)fds[i], &asyncfds); in wait_for_async()2717 select(width, (void *)&asyncfds, NULL, NULL, NULL); in wait_for_async()