Searched refs:ev_res (Results 1 – 4 of 4) sorted by relevance
1279 (*ev->ev_callback)(ev->ev_fd, ev->ev_res, ev->ev_arg); in event_signal_closure()1496 if (ev->ev_res & EV_TIMEOUT) { in event_persist_closure()1504 if (ev->ev_res & EV_TIMEOUT) { in event_persist_closure()1526 evcb_res = ev->ev_res; in event_persist_closure()1565 ev->ev_res & EV_READ ? "EV_READ " : " ", in event_process_active_single_queue()1566 ev->ev_res & EV_WRITE ? "EV_WRITE " : " ", in event_process_active_single_queue()1567 ev->ev_res & EV_CLOSED ? "EV_CLOSED " : " ", in event_process_active_single_queue()1599 evcb_callback(ev->ev_fd, ev->ev_res, ev->ev_arg); in event_process_active_single_queue()2033 ev->ev_res = 0; in event_assign()2293 flags |= ev->ev_res; in event_pending()[all …]
315 (*ev->ev_callback)((int)ev->ev_fd, ev->ev_res, ev->ev_arg); in event_process_active()571 flags |= ev->ev_res; in event_pending()618 (ev->ev_res & EV_TIMEOUT)) { in event_add()703 ev->ev_res |= res; in event_active()707 ev->ev_res = res; in event_active()
100 int ev_res; /* result passed to event callback */ member
152 short ev_res; /* result passed to event callback */ member