Home
last modified time | relevance | path

Searched refs:pollset_t (Results 1 – 1 of 1) sorted by relevance

/rust-libc-0.2.174/src/unix/aix/
H A Dmod.rs51 pub type pollset_t = c_int; typedef
3092 pub fn pollset_create(maxfd: c_int) -> pollset_t; in pollset_create() argument
3093 pub fn pollset_ctl(ps: pollset_t, pollctl_array: *mut poll_ctl, array_length: c_int) -> c_int; in pollset_ctl() argument
3094 pub fn pollset_destroy(ps: pollset_t) -> c_int; in pollset_destroy()
3096 ps: pollset_t, in pollset_poll() argument
3101 pub fn pollset_query(ps: pollset_t, pollfd_query: *mut crate::pollfd) -> c_int; in pollset_query() argument