Home
last modified time | relevance | path

Searched refs:notify_rfd (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssl/ssl/quic/
H A Dquic_reactor.c211 int notify_rfd, in poll_two_fds() argument
246 if (notify_rfd != INVALID_SOCKET) { in poll_two_fds()
247 openssl_fdset(notify_rfd, &rfd_set); in poll_two_fds()
248 openssl_fdset(notify_rfd, &efd_set); in poll_two_fds()
254 if (notify_rfd > maxfd) in poll_two_fds()
255 maxfd = notify_rfd; in poll_two_fds()
325 if (notify_rfd >= 0) { in poll_two_fds()
326 pfds[npfd].fd = notify_rfd; in poll_two_fds()
389 int notify_rfd, in poll_two_descriptors() argument
400 notify_rfd, deadline, mutex); in poll_two_descriptors()