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

/external/libevent/
H A 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); \
H A Devutil_rand.c124 #define ARC4_UNLOCK_() EVLOCK_UNLOCK(arc4rand_lock, 0)
H A Devbuffer-internal.h291 EVLOCK_UNLOCK((buffer)->lock, 0); \
H A Dbufferevent_ratelim.c186 #define UNLOCK_GROUP(g) EVLOCK_UNLOCK((g)->lock, 0)
367 EVLOCK_UNLOCK(bev->lock, 0);
385 EVLOCK_UNLOCK(bev->lock, 0);
498 EVLOCK_UNLOCK(bev->lock, 0);
517 EVLOCK_UNLOCK(bev->lock, 0);
H A Dbufferevent-internal.h461 EVLOCK_UNLOCK(locking->lock, 0); \
H A Dsignal.c117 #define EVSIGBASE_UNLOCK() EVLOCK_UNLOCK(evsig_base_lock, 0)
H A Devent.c249 EVLOCK_UNLOCK(event_debug_map_lock_, 0); \
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);
H A Dlistener.c106 #define UNLOCK(listener) EVLOCK_UNLOCK((listener)->lock, 0)
H A Dbuffer.c3147 EVLOCK_UNLOCK(seg->lock, 0);
3195 EVLOCK_UNLOCK(seg->lock, 0);
3202 EVLOCK_UNLOCK(seg->lock, 0);
H A Devutil.c1768 EVLOCK_UNLOCK(windows_socket_errors_lock_, 0);
H A Devdns.c427 EVLOCK_UNLOCK((base)->lock, 0)
/external/libevent/test/
H A Dregress_iocp.c87 EVLOCK_UNLOCK(count_lock, 0);
108 EVLOCK_UNLOCK(count_lock, 0);
133 EVLOCK_UNLOCK(d_o->lock, 0);
150 EVLOCK_UNLOCK(o->lock, 0);
H A Dregress_thread.c80 EVLOCK_UNLOCK(cw->lock, 0);
90 EVLOCK_UNLOCK(cw->lock, 0);
124 EVLOCK_UNLOCK(cw.lock, 0);
128 EVLOCK_UNLOCK(count_lock, 0);
135 EVLOCK_UNLOCK(count_lock, 0);
280 EVLOCK_UNLOCK(rec->cond->lock, 0);

Completed in 189 milliseconds