Searched refs:readset (Results 1 - 1 of 1) sorted by relevance

/system/core/logcat/
H A Dlogcat.cpp259 fd_set readset; local
270 FD_ZERO(&readset);
272 FD_SET(dev->fd, &readset);
274 result = select(max + 1, &readset, NULL, NULL, sleep ? NULL : &timeout);
279 if (FD_ISSET(dev->fd, &readset)) {

Completed in 1602 milliseconds