Searched refs:EVLOCK_UNLOCK (Results 1 – 13 of 13) sorted by relevance
/external/libevent/ |
D | evthread-internal.h | 97 #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); \
|
D | bufferevent_ratelim.c | 186 #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_()
|
D | evutil_rand.c | 124 #define ARC4_UNLOCK_() EVLOCK_UNLOCK(arc4rand_lock, 0)
|
D | evbuffer-internal.h | 291 EVLOCK_UNLOCK((buffer)->lock, 0); \
|
D | bufferevent-internal.h | 461 EVLOCK_UNLOCK(locking->lock, 0); \
|
D | event.c | 249 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()
|
D | signal.c | 117 #define EVSIGBASE_UNLOCK() EVLOCK_UNLOCK(evsig_base_lock, 0)
|
D | listener.c | 106 #define UNLOCK(listener) EVLOCK_UNLOCK((listener)->lock, 0)
|
D | buffer.c | 3147 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()
|
D | evutil.c | 1768 EVLOCK_UNLOCK(windows_socket_errors_lock_, 0); in evutil_socket_error_to_string()
|
D | evdns.c | 427 EVLOCK_UNLOCK((base)->lock, 0)
|
/external/libevent/test/ |
D | regress_thread.c | 80 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()
|
D | regress_iocp.c | 87 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()
|