Lines Matching refs:ev_base
2035 EVBASE_ACQUIRE_LOCK(eonce->ev.ev_base, th_base_lock);
2037 EVBASE_RELEASE_LOCK(eonce->ev.ev_base, th_base_lock);
2126 ev->ev_base = base;
2174 ev->ev_base = base;
2266 struct event_base *base = ev->ev_base;
2364 if (pri < 0 || pri >= ev->ev_base->nactivequeues)
2381 if (EVUTIL_FAILURE_CHECK(ev->ev_base == NULL)) {
2386 EVBASE_ACQUIRE_LOCK(ev->ev_base, th_base_lock);
2403 evutil_timeradd(&ev->ev_base->tv_clock_diff, &tmp, tv);
2406 EVBASE_RELEASE_LOCK(ev->ev_base, th_base_lock);
2426 *base_out = event->ev_base;
2454 return ev->ev_base;
2490 if (EVUTIL_FAILURE_CHECK(!ev->ev_base)) {
2495 EVBASE_ACQUIRE_LOCK(ev->ev_base, th_base_lock);
2499 EVBASE_RELEASE_LOCK(ev->ev_base, th_base_lock);
2559 struct event_base *base = ev->ev_base;
2580 if (EVUTIL_FAILURE_CHECK(!ev->ev_base)) {
2585 EVBASE_ACQUIRE_LOCK(ev->ev_base, th_base_lock);
2589 EVBASE_RELEASE_LOCK(ev->ev_base, th_base_lock);
2602 struct event_base *base = ev->ev_base;
2774 struct event_base *base = ev->ev_base;
2821 if (ev->ev_base == NULL)
2824 EVENT_BASE_ASSERT_LOCKED(ev->ev_base);
2833 base = ev->ev_base;
2905 if (EVUTIL_FAILURE_CHECK(!ev->ev_base)) {
2910 EVBASE_ACQUIRE_LOCK(ev->ev_base, th_base_lock);
2916 EVBASE_RELEASE_LOCK(ev->ev_base, th_base_lock);
2928 base = ev->ev_base;
2974 EVBASE_ACQUIRE_LOCK(ev->ev_base, th_base_lock);
2976 EVBASE_RELEASE_LOCK(ev->ev_base, th_base_lock);
2982 struct event_base *base = ev->ev_base;