Searched refs:pfd (Results 1 – 1 of 1) sorted by relevance
1312 struct pollfd pfd = {fd, POLLOUT, 0}; in createNotificationPipe() local1315 pfd.revents = 0; in createNotificationPipe()1316 ret = poll(&pfd, 1, -1); in createNotificationPipe()1323 if (pfd.revents & POLLHUP || pfd.revents & POLLERR) { in createNotificationPipe()1328 if (pfd.revents & POLLOUT) { in createNotificationPipe()