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

/frameworks/native/cmds/dumpstate/
H A Dutils.c258 fd_set read_set; local
261 FD_ZERO(&read_set);
262 FD_SET(fd, &read_set);
267 int ret = TEMP_FAILURE_RETRY(select(fd + 1, &read_set, NULL, NULL, &tm));

Completed in 59 milliseconds