Function arceos_posix_api::sys_select
source · pub unsafe fn sys_select(
nfds: c_int,
readfds: *mut fd_set,
writefds: *mut fd_set,
exceptfds: *mut fd_set,
timeout: *mut timeval
) -> c_intAvailable on crate feature
select and (crate features select or epoll) only.Expand description
Monitor multiple file descriptors, waiting until one or more of the file descriptors become “ready” for some class of I/O operation