Searched refs:asyncfds (Results 1 – 1 of 1) sorted by relevance
3147 fd_set asyncfds; in wait_for_async() local3162 FD_ZERO(&asyncfds); in wait_for_async()3166 openssl_fdset((int)fds[i], &asyncfds); in wait_for_async()3168 select(width, (void *)&asyncfds, NULL, NULL, NULL); in wait_for_async()