Searched refs:poll_nfds_allocd (Results 1 – 2 of 2) sorted by relevance
24 int poll_nfds, poll_nfds_allocd; variable34 poll_nfds = poll_nfds_allocd; in test_common_beforepoll()40 assert(poll_nfds > poll_nfds_allocd); in test_common_beforepoll()43 poll_nfds_allocd = poll_nfds; in test_common_beforepoll()
25 extern int poll_nfds, poll_nfds_allocd;
Completed in 3 milliseconds