Home
last modified time | relevance | path

Searched refs:BEV_OPT_THREADSAFE (Results 1 – 16 of 16) sorted by relevance

/freebsd-14-stable/contrib/ntp/sntp/libevent/
HDbufferevent_pair.c122 tmp_options = options & ~BEV_OPT_THREADSAFE; in bufferevent_pair_new()
133 if (options & BEV_OPT_THREADSAFE) { in bufferevent_pair_new()
HDbufferevent_filter.c178 int tmp_options = options & ~BEV_OPT_THREADSAFE; in bufferevent_filter_new()
197 if (options & BEV_OPT_THREADSAFE) { in bufferevent_filter_new()
HDbufferevent_openssl.c1352 int tmp_options = options & ~BEV_OPT_THREADSAFE; in bufferevent_openssl_new_impl()
1377 if (options & BEV_OPT_THREADSAFE) in bufferevent_openssl_new_impl()
HDbufferevent_async.c550 options |= BEV_OPT_THREADSAFE; in bufferevent_async_new_()
HDbufferevent.c346 if (options & BEV_OPT_THREADSAFE) { in bufferevent_init_common_()
/freebsd-14-stable/contrib/libevent/
HDbufferevent_pair.c122 tmp_options = options & ~BEV_OPT_THREADSAFE; in bufferevent_pair_new()
133 if (options & BEV_OPT_THREADSAFE) { in bufferevent_pair_new()
HDbufferevent_filter.c178 int tmp_options = options & ~BEV_OPT_THREADSAFE; in bufferevent_filter_new()
197 if (options & BEV_OPT_THREADSAFE) { in bufferevent_filter_new()
HDbufferevent_openssl.c1352 int tmp_options = options & ~BEV_OPT_THREADSAFE; in bufferevent_openssl_new_impl()
1377 if (options & BEV_OPT_THREADSAFE) in bufferevent_openssl_new_impl()
HDbufferevent_async.c550 options |= BEV_OPT_THREADSAFE; in bufferevent_async_new_()
HDbufferevent.c346 if (options & BEV_OPT_THREADSAFE) { in bufferevent_init_common_()
/freebsd-14-stable/contrib/libevent/test/
HDtest-ratelim.c194 int flags = BEV_OPT_CLOSE_ON_FREE|BEV_OPT_THREADSAFE; in echo_listenercb()
433 BEV_OPT_CLOSE_ON_FREE|BEV_OPT_THREADSAFE); in test_ratelimiting()
HDregress_bufferevent.c350 if (!bufferevent_pair_new(NULL, BEV_OPT_THREADSAFE, pair)) { in test_bufferevent_pair_release_lock()
745 be_flags |= BEV_OPT_THREADSAFE; in test_bufferevent_connect()
/freebsd-14-stable/contrib/ntp/sntp/libevent/test/
HDtest-ratelim.c194 int flags = BEV_OPT_CLOSE_ON_FREE|BEV_OPT_THREADSAFE; in echo_listenercb()
433 BEV_OPT_CLOSE_ON_FREE|BEV_OPT_THREADSAFE); in test_ratelimiting()
HDregress_bufferevent.c350 if (!bufferevent_pair_new(NULL, BEV_OPT_THREADSAFE, pair)) { in test_bufferevent_pair_release_lock()
745 be_flags |= BEV_OPT_THREADSAFE; in test_bufferevent_connect()
/freebsd-14-stable/contrib/libevent/include/event2/
HDbufferevent.h164 BEV_OPT_THREADSAFE = (1<<1), enumerator
/freebsd-14-stable/contrib/ntp/sntp/libevent/include/event2/
HDbufferevent.h164 BEV_OPT_THREADSAFE = (1<<1), enumerator