Home
last modified time | relevance | path

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

/external/rust/crates/libc/src/unix/aix/
Dmod.rs52 pub type pollset_t = ::c_int; typedef
3041 pub fn pollset_create(maxfd: ::c_int) -> pollset_t; in pollset_create()
3043 ps: pollset_t, in pollset_ctl()
3049 ps: pollset_t, in pollset_poll()
3054 pub fn pollset_query(ps: pollset_t, pollfd_query: *mut ::pollfd) -> ::c_int; in pollset_query()