Home
last modified time | relevance | path

Searched refs:ndx (Results 1 – 1 of 1) sorted by relevance

/components/libc/posix/io/poll/
A Dselect.c53 int ndx; in select() local
80 for (fd = 0, ndx = 0; fd < nfds; fd++) in select()
93 pollset[ndx].fd = fd; in select()
94 pollset[ndx].events |= POLLIN; in select()
100 pollset[ndx].fd = fd; in select()
101 pollset[ndx].events |= POLLOUT; in select()
107 pollset[ndx].fd = fd; in select()
111 ndx += incr; in select()
114 RT_ASSERT(ndx == npfds); in select()
151 for (ndx = 0; ndx < npfds; ndx++) in select()
[all …]

Completed in 3 milliseconds