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

/gem5/src/sim/
H A Dsyscall_emul.hh2446 fd_set ex_h; local
2447 FD_ZERO(&ex_h);
2523 bool ebadf = try_add_host_set((fd_set*)&*ex_t, &ex_h, i);
2542 fds_excp_ptr ? &ex_h : nullptr,
2557 fds_excp_ptr ? &ex_h : nullptr,
2597 if (FD_ISSET(i, &ex_h))

Completed in 17 milliseconds