Searched refs:wfd (Results 1 – 2 of 2) sorted by relevance
205 struct pollfd wfd[1]; in redisContextWaitReady() local207 wfd[0].fd = c->fd; in redisContextWaitReady()208 wfd[0].events = POLLOUT; in redisContextWaitReady()213 if ((res = poll(wfd, 1, msec)) == -1) { in redisContextWaitReady()
1741 (rfd, wfd) = os.pipe()1743 fcntl.fcntl(wfd, fcntl.F_SETFD, fcntl.FD_CLOEXEC)1745 options['fd'] = int32_t(wfd)1751 return (rfd, wfd)