Searched refs:ev_res (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12-stable/contrib/ntp/sntp/libevent/ |
| D | event.c | 1369 (*ev->ev_callback)(ev->ev_fd, ev->ev_res, ev->ev_arg); in event_signal_closure() 1586 if (ev->ev_res & EV_TIMEOUT) { in event_persist_closure() 1594 if (ev->ev_res & EV_TIMEOUT) { in event_persist_closure() 1616 evcb_res = ev->ev_res; in event_persist_closure() 1655 ev->ev_res & EV_READ ? "EV_READ " : " ", in event_process_active_single_queue() 1656 ev->ev_res & EV_WRITE ? "EV_WRITE " : " ", in event_process_active_single_queue() 1657 ev->ev_res & EV_CLOSED ? "EV_CLOSED " : " ", in event_process_active_single_queue() 1689 res = ev->ev_res; in event_process_active_single_queue() 2130 ev->ev_res = 0; in event_assign() 2390 flags |= ev->ev_res; in event_pending() [all …]
|
| D | ChangeLog | 212 o Fix race in access to ev_res from event loop with event_active() (43d92a6d)
|
| /freebsd-12-stable/contrib/libevent/ |
| D | event.c | 1369 (*ev->ev_callback)(ev->ev_fd, ev->ev_res, ev->ev_arg); in event_signal_closure() 1586 if (ev->ev_res & EV_TIMEOUT) { in event_persist_closure() 1594 if (ev->ev_res & EV_TIMEOUT) { in event_persist_closure() 1616 evcb_res = ev->ev_res; in event_persist_closure() 1655 ev->ev_res & EV_READ ? "EV_READ " : " ", in event_process_active_single_queue() 1656 ev->ev_res & EV_WRITE ? "EV_WRITE " : " ", in event_process_active_single_queue() 1657 ev->ev_res & EV_CLOSED ? "EV_CLOSED " : " ", in event_process_active_single_queue() 1689 res = ev->ev_res; in event_process_active_single_queue() 2130 ev->ev_res = 0; in event_assign() 2390 flags |= ev->ev_res; in event_pending() [all …]
|
| D | ChangeLog | 212 o Fix race in access to ev_res from event loop with event_active() (43d92a6d)
|
| /freebsd-12-stable/contrib/pf/libevent/ |
| D | event.c | 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()
|
| D | event.h | 100 int ev_res; /* result passed to event callback */ member
|
| /freebsd-12-stable/contrib/libevent/include/event2/ |
| D | event_struct.h | 152 short ev_res; /* result passed to event callback */ member
|
| /freebsd-12-stable/contrib/ntp/sntp/libevent/include/event2/ |
| D | event_struct.h | 152 short ev_res; /* result passed to event callback */ member
|