/external/libevent/test/ |
D | regress_finalize.c | 105 event_active(ev, EV_TIMEOUT, 1); in test_fin_cb_invoked() 117 event_active(ev, EV_TIMEOUT, 1); in test_fin_cb_invoked() 151 event_active(&ev2, EV_TIMEOUT, 1); in test_fin_cb_invoked() 268 event_active(evc1.ev, EV_TIMEOUT, 1); in test_fin_within_cb() 269 event_active(evc2.ev, EV_TIMEOUT, 1); in test_fin_within_cb() 281 event_active(evc1.ev, EV_TIMEOUT, 1); in test_fin_within_cb() 282 event_active(evc2.ev, EV_TIMEOUT, 1); in test_fin_within_cb()
|
D | test-dumpevents.c | 142 event_active(ev[10], EV_READ, 1); in main() 143 event_active(ev[11], EV_READ|EV_WRITE|EV_TIMEOUT, 1); in main() 144 event_active(ev[1], EV_READ, 1); in main()
|
D | regress.c | 700 event_active(ev, EV_READ, 1); in activate_cb() 1448 event_active(&ev1, EV_READ, 1); in test_free_active_base() 1464 event_active(&ev1, EV_READ, 1); in test_manipulate_active_events() 1469 event_active(&ev1, EV_WRITE, 1); in test_manipulate_active_events() 1495 event_active(ev, EV_READ, 1); in test_event_new_selfarg() 1510 event_active(&ev, EV_READ, 1); in test_event_assign_selfarg() 1559 event_active(&ev, EV_READ, 1); in test_event_base_get_num_events() 1690 event_active(&ev, EV_READ, 1); in test_event_base_get_max_events() 1821 event_active(&ev, EV_WRITE, 1); in test_bad_reentrant() 1887 event_active(&ev4, EV_READ, 1); /* This should make the event in test_active_later() [all …]
|
D | regress_thread.c | 514 event_active(&time_events[0], EV_TIMEOUT, 1); in register_events_subthread() 516 event_active(&time_events[1], EV_TIMEOUT, 1); in register_events_subthread() 523 event_active(&time_events[4], EV_TIMEOUT, 1); in register_events_subthread()
|
/external/cronet/net/third_party/quiche/src/quiche/quic/bindings/ |
D | quic_libevent.cc | 161 event_active(&both_events_, QuicEventsToLibeventEventMask(events), 0); in ArtificiallyNotify() 166 event_active(&read_event_, EV_READ, 0); in ArtificiallyNotify() 169 event_active(&write_event_, EV_WRITE, 0); in ArtificiallyNotify()
|
/external/libevent/include/event2/ |
D | event.h | 1000 #define evuser_trigger(ev) event_active((ev), 0, 0) 1291 void event_active(struct event *ev, int res, short ncalls);
|
/external/cronet/third_party/libevent/ |
D | epoll.c | 240 event_active(evread, EV_READ, 1); in epoll_dispatch() 242 event_active(evwrite, EV_WRITE, 1); in epoll_dispatch()
|
D | evport.c | 386 event_active(ev, res, 1); in evport_dispatch() 390 event_active(ev, res, 1); in evport_dispatch()
|
D | devpoll.c | 280 event_active(evread, EV_READ, 1); in devpoll_dispatch() 282 event_active(evwrite, EV_WRITE, 1); in devpoll_dispatch()
|
D | select.c | 194 event_active(r_ev, res & r_ev->ev_events, 1); in select_dispatch() 197 event_active(w_ev, res & w_ev->ev_events, 1); in select_dispatch()
|
D | kqueue.c | 265 event_active(ev, which, events[i].data); in kq_dispatch() 273 event_active(ev, which, 1); in kq_dispatch()
|
D | poll.c | 194 event_active(r_ev, res & r_ev->ev_events, 1); in poll_dispatch() 197 event_active(w_ev, res & w_ev->ev_events, 1); in poll_dispatch()
|
D | event.c | 810 event_active(struct event *ev, int res, short ncalls) in event_active() function 915 event_active(ev, EV_TIMEOUT, 1); in timeout_process()
|
D | signal.c | 343 event_active(ev, EV_SIGNAL, ncalls); in evsignal_process()
|
D | event.h | 627 void event_active(struct event *, int, short);
|
/external/libevent/ |
D | whatsnew-2.1.txt | 529 this case by calling event_active() directly, and bypassing the 531 using event_active() themselves.)
|
D | whatsnew-2.0.txt | 237 event_del, event_add, and event_active on its events from any thread. The
|
D | ChangeLog | 212 o Fix race in access to ev_res from event loop with event_active() (43d92a6d) 771 o Fix race caused by event_active (3c7d6fc vjpai) 1229 o New test for active_later->active transition on event_active (a153874)
|
D | event.c | 2901 event_active(struct event *ev, int res, short ncalls) in event_active() function
|
D | ChangeLog-2.0 | 663 o Don't race when calling event_active/event_add on a running signal event (fc5e0a2)
|