Searched defs:pollset_t (Results 1 – 1 of 1) sorted by relevance
52 pub type pollset_t = ::c_int; typedef3041 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()