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

/netbsd-current/external/bsd/ntp/dist/sntp/libevent/include/event2/
H A Dbufferevent.h175 BEV_OPT_UNLOCK_CALLBACKS = (1<<3) enumerator in enum:bufferevent_options
/netbsd-current/external/bsd/libevent/dist/include/event2/
H A Dbufferevent.h174 BEV_OPT_UNLOCK_CALLBACKS = (1<<3) enumerator in enum:bufferevent_options
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/
H A Dbufferevent.c343 if ((options & (BEV_OPT_DEFER_CALLBACKS|BEV_OPT_UNLOCK_CALLBACKS))
344 == BEV_OPT_UNLOCK_CALLBACKS) {
348 if (options & BEV_OPT_UNLOCK_CALLBACKS)
/netbsd-current/external/bsd/libevent/dist/
H A Dbufferevent.c355 if ((options & (BEV_OPT_DEFER_CALLBACKS|BEV_OPT_UNLOCK_CALLBACKS))
356 == BEV_OPT_UNLOCK_CALLBACKS) {
360 if (options & BEV_OPT_UNLOCK_CALLBACKS)
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/test/
H A Dregress_bufferevent.c670 be_flags |= BEV_OPT_UNLOCK_CALLBACKS;
/netbsd-current/external/bsd/libevent/dist/test/
H A Dregress_bufferevent.c746 be_flags |= BEV_OPT_UNLOCK_CALLBACKS;

Completed in 269 milliseconds