Searched defs:add_poll (Results 1 – 3 of 3) sorted by relevance
25 static void add_poll(struct io_uring *ring, int fd) in add_poll() function
307 static inline void add_poll(int h, int fd, int type, int flags, uint32_t user_id) { in add_poll() function
558 fn add_poll(&mut self, fd: c_int, events: c_int) -> c_int { in add_poll() method