Searched refs:pollset_t (Results 1 – 1 of 1) sorted by relevance
51 pub type pollset_t = c_int; typedef3092 pub fn pollset_create(maxfd: c_int) -> pollset_t; in pollset_create() argument3093 pub fn pollset_ctl(ps: pollset_t, pollctl_array: *mut poll_ctl, array_length: c_int) -> c_int; in pollset_ctl() argument3094 pub fn pollset_destroy(ps: pollset_t) -> c_int; in pollset_destroy()3096 ps: pollset_t, in pollset_poll() argument3101 pub fn pollset_query(ps: pollset_t, pollfd_query: *mut crate::pollfd) -> c_int; in pollset_query() argument