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

/gem5/src/sim/
H A Dsyscall_emul.hh2466 * it out for nfds_h when we do the update.
2468 int nfds_h = 0; local
2499 * if we need to update the max count for nfds_h before passing
2502 nfds_h = std::max(nfds_h - 1, sim_fd + 1);
2539 retval = select(nfds_h,
2554 retval = select(nfds_h,
2585 for (int i = 0; i < nfds_h; i++) {

Completed in 24 milliseconds