Home
last modified time | relevance | path

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

/thrift-3.4.0/lib/cpp/src/thrift/server/
DTNonblockingServer.cpp1344 fd_set wfds, efds; in createNotificationPipe() local
1348 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()