Searched refs:asyncfds (Results 1 – 1 of 1) sorted by relevance
3231 fd_set asyncfds; in wait_for_async() local3246 FD_ZERO(&asyncfds); in wait_for_async()3250 openssl_fdset((int)fds[i], &asyncfds); in wait_for_async()3252 select(width, (void *)&asyncfds, NULL, NULL, NULL); in wait_for_async()