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

/frameworks/native/cmds/dumpstate/
H A Dutils.cpp428 fd_set read_set; local
431 FD_ZERO(&read_set);
432 FD_SET(fd, &read_set);
437 int ret = TEMP_FAILURE_RETRY(select(fd + 1, &read_set, NULL, NULL, &tm));

Completed in 116 milliseconds