Searched refs:cb (Results 1 – 2 of 2) sorted by relevance
40 ev_callback cb; member100 ev_fdinfo[ev_count].cb = std::move(input_cb); in ev_init()122 int ev_add_fd(int fd, ev_callback cb) { in ev_add_fd() argument123 if (ev_misc_count == MAX_MISC_FDS || cb == NULL) { in ev_add_fd()133 ev_fdinfo[ev_count].cb = std::move(cb); in ev_add_fd()161 const ev_callback& cb = fdi->cb; in ev_dispatch() local162 if (cb) { in ev_dispatch()163 cb(fdi->fd, polledevents[n].events); in ev_dispatch()
90 int ev_add_fd(int fd, ev_callback cb);