Searched refs:BEV_OPT_THREADSAFE (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Dbufferevent_pair.c122 tmp_options = options & ~BEV_OPT_THREADSAFE;
133 if (options & BEV_OPT_THREADSAFE) {
H A Dbufferevent_filter.c173 int tmp_options = options & ~BEV_OPT_THREADSAFE;
192 if (options & BEV_OPT_THREADSAFE) {
H A Dbufferevent_async.c529 options |= BEV_OPT_THREADSAFE;
H A Dbufferevent_openssl.c1323 int tmp_options = options & ~BEV_OPT_THREADSAFE;
1347 if (options & BEV_OPT_THREADSAFE)
H A Dbufferevent.c330 if (options & BEV_OPT_THREADSAFE) {
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dtest-ratelim.c178 int flags = BEV_OPT_CLOSE_ON_FREE|BEV_OPT_THREADSAFE;
350 BEV_OPT_CLOSE_ON_FREE|BEV_OPT_THREADSAFE);
H A Dregress_bufferevent.c324 if (!bufferevent_pair_new(NULL, BEV_OPT_THREADSAFE, pair)) {
671 be_flags |= BEV_OPT_THREADSAFE;
/freebsd-11-stable/contrib/ntp/sntp/libevent/include/event2/
H A Dbufferevent.h164 BEV_OPT_THREADSAFE = (1<<1), enumerator in enum:bufferevent_options
553 enabled with BEV_OPT_THREADSAFE.
560 enabled with BEV_OPT_THREADSAFE.

Completed in 142 milliseconds