Searched refs:EVLOCK_UNLOCK (Results 1 – 10 of 10) sorted by relevance
/external/libevent/ |
D | evthread-internal.h | 95 #define EVLOCK_UNLOCK(lockvar,mode) \ macro 119 EVLOCK_UNLOCK((base)->lockvar, 0); \ 219 #define EVLOCK_UNLOCK(lockvar,mode) \ macro 233 EVLOCK_UNLOCK((base)->lockvar, 0); \ 299 #define EVLOCK_UNLOCK(lockvar, mode) _EVUTIL_NIL_STMT macro 352 EVLOCK_UNLOCK(_lock2_tmplock,mode2); \ 353 EVLOCK_UNLOCK(_lock1_tmplock,mode1); \
|
D | defer-internal.h | 90 EVLOCK_UNLOCK((q)->lock, 0)
|
D | bufferevent_ratelim.c | 188 #define UNLOCK_GROUP(g) EVLOCK_UNLOCK((g)->lock, 0) 369 EVLOCK_UNLOCK(bev->lock, 0); in _bev_group_suspend_reading() 387 EVLOCK_UNLOCK(bev->lock, 0); in _bev_group_suspend_writing() 497 EVLOCK_UNLOCK(bev->lock, 0); in _bev_group_unsuspend_reading() 516 EVLOCK_UNLOCK(bev->lock, 0); in _bev_group_unsuspend_writing()
|
D | evutil_rand.c | 115 #define _ARC4_UNLOCK() EVLOCK_UNLOCK(arc4rand_lock, 0)
|
D | evbuffer-internal.h | 238 EVLOCK_UNLOCK((buffer)->lock, 0); \
|
D | bufferevent-internal.h | 391 EVLOCK_UNLOCK(locking->lock, 0); \
|
D | event.c | 214 EVLOCK_UNLOCK(_event_debug_map_lock, 0); \ in HT_PROTOTYPE() 227 EVLOCK_UNLOCK(_event_debug_map_lock, 0); \ 248 EVLOCK_UNLOCK(_event_debug_map_lock, 0); \ 269 EVLOCK_UNLOCK(_event_debug_map_lock, 0); \ 288 EVLOCK_UNLOCK(_event_debug_map_lock, 0); \ 307 EVLOCK_UNLOCK(_event_debug_map_lock, 0); \ 547 EVLOCK_UNLOCK(_event_debug_map_lock , 0);
|
D | signal.c | 116 #define EVSIGBASE_UNLOCK() EVLOCK_UNLOCK(evsig_base_lock, 0)
|
D | listener.c | 104 #define UNLOCK(listener) EVLOCK_UNLOCK((listener)->lock, 0)
|
D | evdns.c | 422 EVLOCK_UNLOCK((base)->lock, 0)
|