HomeSort by relevance Sort by last modified time
    Searched refs:th_base_lock (Results 1 - 10 of 10) sorted by null

  /external/libevent/
event.c 326 EVLOCK_ASSERT_LOCKED((base)->th_base_lock)
400 EVBASE_ACQUIRE_LOCK(base, th_base_lock);
411 EVBASE_RELEASE_LOCK(base, th_base_lock);
635 EVTHREAD_ALLOC_LOCK(base->th_base_lock,
637 base->defer_queue.lock = base->th_base_lock;
788 EVTHREAD_FREE_LOCK(base->th_base_lock, EVTHREAD_LOCKTYPE_RECURSIVE);
803 EVBASE_ACQUIRE_LOCK(base, th_base_lock);
886 EVBASE_RELEASE_LOCK(base, th_base_lock);
1043 /* Caller must hold th_base_lock */
1058 EVBASE_RELEASE_LOCK(base, th_base_lock);
    [all...]
poll.c 131 if (base->th_base_lock) {
163 EVBASE_RELEASE_LOCK(base, th_base_lock);
167 EVBASE_ACQUIRE_LOCK(base, th_base_lock);
devpoll.c 182 EVBASE_RELEASE_LOCK(base, th_base_lock);
186 EVBASE_ACQUIRE_LOCK(base, th_base_lock);
evport.c 307 EVBASE_RELEASE_LOCK(base, th_base_lock);
312 EVBASE_ACQUIRE_LOCK(base, th_base_lock);
select.c 159 EVBASE_RELEASE_LOCK(base, th_base_lock);
164 EVBASE_ACQUIRE_LOCK(base, th_base_lock);
event-internal.h 264 void *th_base_lock; member in struct:event_base
epoll.c 405 EVBASE_RELEASE_LOCK(base, th_base_lock);
409 EVBASE_ACQUIRE_LOCK(base, th_base_lock);
kqueue.c 301 EVBASE_RELEASE_LOCK(base, th_base_lock);
306 EVBASE_ACQUIRE_LOCK(base, th_base_lock);
signal.c 160 EVBASE_ACQUIRE_LOCK(base, th_base_lock);
165 EVBASE_RELEASE_LOCK(base, th_base_lock);
win32select.c 311 EVBASE_RELEASE_LOCK(base, th_base_lock);
318 EVBASE_ACQUIRE_LOCK(base, th_base_lock);

Completed in 64 milliseconds