Lines Matching refs:ev_base
2051 EVBASE_ACQUIRE_LOCK(eonce->ev.ev_base, th_base_lock);
2053 EVBASE_RELEASE_LOCK(eonce->ev.ev_base, th_base_lock);
2142 ev->ev_base = base;
2190 ev->ev_base = base;
2282 struct event_base *base = ev->ev_base;
2380 if (pri < 0 || pri >= ev->ev_base->nactivequeues)
2397 if (EVUTIL_FAILURE_CHECK(ev->ev_base == NULL)) {
2402 EVBASE_ACQUIRE_LOCK(ev->ev_base, th_base_lock);
2419 evutil_timeradd(&ev->ev_base->tv_clock_diff, &tmp, tv);
2422 EVBASE_RELEASE_LOCK(ev->ev_base, th_base_lock);
2442 *base_out = event->ev_base;
2470 return ev->ev_base;
2506 if (EVUTIL_FAILURE_CHECK(!ev->ev_base)) {
2511 EVBASE_ACQUIRE_LOCK(ev->ev_base, th_base_lock);
2515 EVBASE_RELEASE_LOCK(ev->ev_base, th_base_lock);
2575 struct event_base *base = ev->ev_base;
2596 if (EVUTIL_FAILURE_CHECK(!ev->ev_base)) {
2601 EVBASE_ACQUIRE_LOCK(ev->ev_base, th_base_lock);
2605 EVBASE_RELEASE_LOCK(ev->ev_base, th_base_lock);
2618 struct event_base *base = ev->ev_base;
2790 struct event_base *base = ev->ev_base;
2837 if (ev->ev_base == NULL)
2840 EVENT_BASE_ASSERT_LOCKED(ev->ev_base);
2849 base = ev->ev_base;
2921 if (EVUTIL_FAILURE_CHECK(!ev->ev_base)) {
2926 EVBASE_ACQUIRE_LOCK(ev->ev_base, th_base_lock);
2932 EVBASE_RELEASE_LOCK(ev->ev_base, th_base_lock);
2944 base = ev->ev_base;
2990 EVBASE_ACQUIRE_LOCK(ev->ev_base, th_base_lock);
2992 EVBASE_RELEASE_LOCK(ev->ev_base, th_base_lock);
2998 struct event_base *base = ev->ev_base;