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

/frameworks/native/cmds/dumpstate/
H A Dutils.cpp426 fd_set read_set; local
429 FD_ZERO(&read_set);
430 FD_SET(fd, &read_set);
435 int ret = TEMP_FAILURE_RETRY(select(fd + 1, &read_set, NULL, NULL, &tm));

Completed in 25 milliseconds