Searched refs:th_base_lock (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Devent.c322 EVLOCK_ASSERT_LOCKED((base)->th_base_lock)
396 EVBASE_ACQUIRE_LOCK(base, th_base_lock);
407 EVBASE_RELEASE_LOCK(base, th_base_lock);
631 EVTHREAD_ALLOC_LOCK(base->th_base_lock,
633 base->defer_queue.lock = base->th_base_lock;
784 EVTHREAD_FREE_LOCK(base->th_base_lock, EVTHREAD_LOCKTYPE_RECURSIVE);
799 EVBASE_ACQUIRE_LOCK(base, th_base_lock);
882 EVBASE_RELEASE_LOCK(base, th_base_lock);
1039 /* Caller must hold th_base_lock */
1054 EVBASE_RELEASE_LOCK(base, th_base_lock);
[all...]
H A Dpoll.c131 if (base->th_base_lock) {
163 EVBASE_RELEASE_LOCK(base, th_base_lock);
167 EVBASE_ACQUIRE_LOCK(base, th_base_lock);
H A Ddevpoll.c182 EVBASE_RELEASE_LOCK(base, th_base_lock);
186 EVBASE_ACQUIRE_LOCK(base, th_base_lock);
H A Devport.c307 EVBASE_RELEASE_LOCK(base, th_base_lock);
312 EVBASE_ACQUIRE_LOCK(base, th_base_lock);
H A Dselect.c159 EVBASE_RELEASE_LOCK(base, th_base_lock);
164 EVBASE_ACQUIRE_LOCK(base, th_base_lock);
H A Devent-internal.h264 void *th_base_lock; member in struct:event_base
H A Depoll.c405 EVBASE_RELEASE_LOCK(base, th_base_lock);
409 EVBASE_ACQUIRE_LOCK(base, th_base_lock);
H A Dkqueue.c301 EVBASE_RELEASE_LOCK(base, th_base_lock);
306 EVBASE_ACQUIRE_LOCK(base, th_base_lock);
H A Dsignal.c160 EVBASE_ACQUIRE_LOCK(base, th_base_lock);
165 EVBASE_RELEASE_LOCK(base, th_base_lock);
H A Dwin32select.c310 EVBASE_RELEASE_LOCK(base, th_base_lock);
317 EVBASE_ACQUIRE_LOCK(base, th_base_lock);

Completed in 140 milliseconds