Home
last modified time | relevance | path

Searched refs:EVLOCK_UNLOCK (Results 1 – 13 of 13) sorted by relevance

/external/libevent/
Devthread-internal.h97 #define EVLOCK_UNLOCK(lockvar,mode) \ macro
121 EVLOCK_UNLOCK((base)->lockvar, 0); \
221 #define EVLOCK_UNLOCK(lockvar,mode) \ macro
235 EVLOCK_UNLOCK((base)->lockvar, 0); \
301 #define EVLOCK_UNLOCK(lockvar, mode) EVUTIL_NIL_STMT_ macro
354 EVLOCK_UNLOCK(lock2_tmplock_,mode2); \
355 EVLOCK_UNLOCK(lock1_tmplock_,mode1); \
Dbufferevent_ratelim.c186 #define UNLOCK_GROUP(g) EVLOCK_UNLOCK((g)->lock, 0)
367 EVLOCK_UNLOCK(bev->lock, 0); in bev_group_suspend_reading_()
385 EVLOCK_UNLOCK(bev->lock, 0); in bev_group_suspend_writing_()
498 EVLOCK_UNLOCK(bev->lock, 0); in bev_group_unsuspend_reading_()
517 EVLOCK_UNLOCK(bev->lock, 0); in bev_group_unsuspend_writing_()
Devutil_rand.c124 #define ARC4_UNLOCK_() EVLOCK_UNLOCK(arc4rand_lock, 0)
Devbuffer-internal.h291 EVLOCK_UNLOCK((buffer)->lock, 0); \
Dbufferevent-internal.h461 EVLOCK_UNLOCK(locking->lock, 0); \
Devent.c249 EVLOCK_UNLOCK(event_debug_map_lock_, 0); \ in HT_PROTOTYPE()
262 EVLOCK_UNLOCK(event_debug_map_lock_, 0); \
283 EVLOCK_UNLOCK(event_debug_map_lock_, 0); \
304 EVLOCK_UNLOCK(event_debug_map_lock_, 0); \
323 EVLOCK_UNLOCK(event_debug_map_lock_, 0); \
342 EVLOCK_UNLOCK(event_debug_map_lock_, 0); \
558 EVLOCK_UNLOCK(event_debug_map_lock_ , 0); in event_disable_debug_mode()
Dsignal.c117 #define EVSIGBASE_UNLOCK() EVLOCK_UNLOCK(evsig_base_lock, 0)
Dlistener.c106 #define UNLOCK(listener) EVLOCK_UNLOCK((listener)->lock, 0)
Dbuffer.c3147 EVLOCK_UNLOCK(seg->lock, 0); in evbuffer_file_segment_free()
3195 EVLOCK_UNLOCK(seg->lock, 0); in evbuffer_add_file_segment()
3202 EVLOCK_UNLOCK(seg->lock, 0); in evbuffer_add_file_segment()
Devutil.c1768 EVLOCK_UNLOCK(windows_socket_errors_lock_, 0); in evutil_socket_error_to_string()
Devdns.c427 EVLOCK_UNLOCK((base)->lock, 0)
/external/libevent/test/
Dregress_thread.c80 EVLOCK_UNLOCK(cw->lock, 0); in wake_all_timeout()
90 EVLOCK_UNLOCK(cw->lock, 0); in wake_one_timeout()
124 EVLOCK_UNLOCK(cw.lock, 0); in basic_thread()
128 EVLOCK_UNLOCK(count_lock, 0); in basic_thread()
135 EVLOCK_UNLOCK(count_lock, 0); in basic_thread()
280 EVLOCK_UNLOCK(rec->cond->lock, 0); in wait_for_condition()
Dregress_iocp.c87 EVLOCK_UNLOCK(count_lock, 0); in count_incr()
108 EVLOCK_UNLOCK(count_lock, 0); in count_wait_for()
133 EVLOCK_UNLOCK(d_o->lock, 0); in dummy_cb()
150 EVLOCK_UNLOCK(o->lock, 0); in pair_is_in()