Home
last modified time | relevance | path

Searched refs:BEV_OPT_UNLOCK_CALLBACKS (Results 1 – 2 of 2) sorted by relevance

/external/libevent/
Dbufferevent.c319 if ((options & (BEV_OPT_DEFER_CALLBACKS|BEV_OPT_UNLOCK_CALLBACKS)) in bufferevent_init_common()
320 == BEV_OPT_UNLOCK_CALLBACKS) { in bufferevent_init_common()
325 if (options & BEV_OPT_UNLOCK_CALLBACKS) in bufferevent_init_common()
/external/libevent/include/event2/
Dbufferevent.h168 BEV_OPT_UNLOCK_CALLBACKS = (1<<3) enumerator