Searched defs:fd_count (Results 1 - 1 of 1) sorted by relevance

/system/core/init/
H A Dinit.c812 int fd_count; local
977 fd_count = 3;
982 fd_count++;
1002 for (i = 0; i < fd_count; i++)
1024 nr = poll(ufds, fd_count, timeout);

Completed in 61 milliseconds