Searched refs:cb (Results 1 – 2 of 2) sorted by relevance
39 ev_callback cb; member99 ev_fdinfo[ev_count].cb = std::move(input_cb); in ev_init()121 int ev_add_fd(int fd, ev_callback cb) { in ev_add_fd() argument122 if (ev_misc_count == MAX_MISC_FDS || cb == NULL) { in ev_add_fd()132 ev_fdinfo[ev_count].cb = std::move(cb); in ev_add_fd()160 const ev_callback& cb = fdi->cb; in ev_dispatch() local161 if (cb) { in ev_dispatch()162 cb(fdi->fd, polledevents[n].events); in ev_dispatch()
79 int ev_add_fd(int fd, ev_callback cb);