[][src]Function sgx_libc::ocall::u_epoll_wait_ocall

pub unsafe extern "C" fn u_epoll_wait_ocall(
    result: *mut c_int,
    error: *mut c_int,
    epfd: c_int,
    events: *mut epoll_event,
    maxevents: c_int,
    timeout: c_int
) -> sgx_status_t