Home
last modified time | relevance | path

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

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