Searched refs:efds (Results 1 – 1 of 1) sorted by relevance
1344 fd_set wfds, efds; in createNotificationPipe() local1348 FD_ZERO(&efds); in createNotificationPipe()1350 FD_SET(fd, &efds); in createNotificationPipe()1351 ret = select(static_cast<int>(fd + 1), nullptr, &wfds, &efds, nullptr); in createNotificationPipe()1358 if (FD_ISSET(fd, &efds)) { in createNotificationPipe()