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

/system/core/init/
H A Dinit.c838 int fd_count = 0; local
968 ufds[fd_count].fd = get_property_set_fd();
969 ufds[fd_count].events = POLLIN;
970 ufds[fd_count].revents = 0;
971 fd_count++;
975 ufds[fd_count].fd = get_signal_fd();
976 ufds[fd_count].events = POLLIN;
977 ufds[fd_count].revents = 0;
978 fd_count++;
982 ufds[fd_count]
[all...]

Completed in 51 milliseconds