Searched refs:th_base_lock (Results 1 – 10 of 10) sorted by relevance
/external/libevent/ |
D | event.c | 326 EVLOCK_ASSERT_LOCKED((base)->th_base_lock) 400 EVBASE_ACQUIRE_LOCK(base, th_base_lock); in event_base_gettimeofday_cached() 411 EVBASE_RELEASE_LOCK(base, th_base_lock); in event_base_gettimeofday_cached() 635 EVTHREAD_ALLOC_LOCK(base->th_base_lock, in event_base_new_with_config() 637 base->defer_queue.lock = base->th_base_lock; in event_base_new_with_config() 788 EVTHREAD_FREE_LOCK(base->th_base_lock, EVTHREAD_LOCKTYPE_RECURSIVE); in event_base_free() 803 EVBASE_ACQUIRE_LOCK(base, th_base_lock); in event_reinit() 886 EVBASE_RELEASE_LOCK(base, th_base_lock); in event_reinit() 1058 EVBASE_RELEASE_LOCK(base, th_base_lock); in event_signal_closure() 1066 EVBASE_ACQUIRE_LOCK(base, th_base_lock); in event_signal_closure() [all …]
|
D | poll.c | 131 if (base->th_base_lock) { in poll_dispatch() 163 EVBASE_RELEASE_LOCK(base, th_base_lock); in poll_dispatch() 167 EVBASE_ACQUIRE_LOCK(base, th_base_lock); in poll_dispatch()
|
D | devpoll.c | 182 EVBASE_RELEASE_LOCK(base, th_base_lock); in devpoll_dispatch() 186 EVBASE_ACQUIRE_LOCK(base, th_base_lock); in devpoll_dispatch()
|
D | select.c | 159 EVBASE_RELEASE_LOCK(base, th_base_lock); in select_dispatch() 164 EVBASE_ACQUIRE_LOCK(base, th_base_lock); in select_dispatch()
|
D | evport.c | 307 EVBASE_RELEASE_LOCK(base, th_base_lock); in evport_dispatch() 312 EVBASE_ACQUIRE_LOCK(base, th_base_lock); in evport_dispatch()
|
D | signal.c | 160 EVBASE_ACQUIRE_LOCK(base, th_base_lock); in evsig_cb() 165 EVBASE_RELEASE_LOCK(base, th_base_lock); in evsig_cb()
|
D | kqueue.c | 301 EVBASE_RELEASE_LOCK(base, th_base_lock); in kq_dispatch() 306 EVBASE_ACQUIRE_LOCK(base, th_base_lock); in kq_dispatch()
|
D | epoll.c | 405 EVBASE_RELEASE_LOCK(base, th_base_lock); in epoll_dispatch() 409 EVBASE_ACQUIRE_LOCK(base, th_base_lock); in epoll_dispatch()
|
D | win32select.c | 311 EVBASE_RELEASE_LOCK(base, th_base_lock); in win32_dispatch() 318 EVBASE_ACQUIRE_LOCK(base, th_base_lock); in win32_dispatch()
|
D | event-internal.h | 264 void *th_base_lock; member
|