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

/system/core/init/
H A Dinit.c654 int fd_count = 0; local
740 ufds[fd_count].fd = get_property_set_fd();
741 ufds[fd_count].events = POLLIN;
742 ufds[fd_count].revents = 0;
743 fd_count++;
747 ufds[fd_count].fd = get_signal_fd();
748 ufds[fd_count].events = POLLIN;
749 ufds[fd_count].revents = 0;
750 fd_count++;
754 ufds[fd_count]
[all...]

Completed in 51 milliseconds