Searched refs:BEV_OPT_UNLOCK_CALLBACKS (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/libevent/include/event2/
H A Dbufferevent.h173 BEV_OPT_UNLOCK_CALLBACKS = (1<<3) enumerator in enum:bufferevent_options
/freebsd-13-stable/contrib/ntp/sntp/libevent/include/event2/
H A Dbufferevent.h173 BEV_OPT_UNLOCK_CALLBACKS = (1<<3) enumerator in enum:bufferevent_options
/freebsd-13-stable/contrib/libevent/
H A Dbufferevent.c340 if ((options & (BEV_OPT_DEFER_CALLBACKS|BEV_OPT_UNLOCK_CALLBACKS))
341 == BEV_OPT_UNLOCK_CALLBACKS) {
345 if (options & BEV_OPT_UNLOCK_CALLBACKS)
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Dbufferevent.c341 if ((options & (BEV_OPT_DEFER_CALLBACKS|BEV_OPT_UNLOCK_CALLBACKS))
342 == BEV_OPT_UNLOCK_CALLBACKS) {
346 if (options & BEV_OPT_UNLOCK_CALLBACKS)
/freebsd-13-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_bufferevent.c668 be_flags |= BEV_OPT_UNLOCK_CALLBACKS;
/freebsd-13-stable/contrib/libevent/test/
H A Dregress_bufferevent.c729 be_flags |= BEV_OPT_UNLOCK_CALLBACKS;

Completed in 158 milliseconds