Home
last modified time | relevance | path

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

/components/libc/posix/io/poll/
A Dselect.c51 int npfds; in select() local
58 for (fd = 0, npfds = 0; fd < nfds; fd++) in select()
65 npfds++; in select()
70 if (npfds > 0) in select()
72 pollset = (struct pollfd *)rt_calloc(npfds, sizeof(struct pollfd)); in select()
114 RT_ASSERT(ndx == npfds); in select()
128 ret = poll(pollset, npfds, msec); in select()
151 for (ndx = 0; ndx < npfds; ndx++) in select()

Completed in 4 milliseconds