Lines Matching refs:ospoll
27 struct ospoll;
45 * Create a new ospoll structure
47 struct ospoll *
51 * Destroy an ospoll structure
53 * @param ospoll ospoll to destroy
56 ospoll_destroy(struct ospoll *ospoll);
61 * @param ospoll ospoll to add to
68 ospoll_add(struct ospoll *ospoll, int fd,
76 * @param ospoll ospoll to remove from
80 ospoll_remove(struct ospoll *ospoll, int fd);
85 * @param ospoll ospoll monitoring fd
90 ospoll_listen(struct ospoll *ospoll, int fd, int xevents);
95 * @param ospoll ospoll monitoring fd
100 ospoll_mute(struct ospoll *ospoll, int fd, int xevents);
105 * @param ospoll ospoll to wait on
114 ospoll_wait(struct ospoll *ospoll, int timeout);
119 * @param ospoll ospoll monitoring fd
128 ospoll_reset_events(struct ospoll *ospoll, int fd);
133 * @param ospoll ospoll monitoring fd
140 ospoll_data(struct ospoll *ospoll, int fd);