Home
last modified time | relevance | path

Searched defs:ep (Results 1 – 1 of 1) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/
Depoll.rs31 ep: i32, field
40 let ep = match syscall!(epoll_create1(libc::EPOLL_CLOEXEC)) { in new() localVariable