Home
last modified time | relevance | path

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

/external/libevent/
Dbufferevent_pair.c122 tmp_options = options & ~BEV_OPT_THREADSAFE; in bufferevent_pair_new()
133 if (options & BEV_OPT_THREADSAFE) { in bufferevent_pair_new()
Dbufferevent_filter.c178 int tmp_options = options & ~BEV_OPT_THREADSAFE; in bufferevent_filter_new()
197 if (options & BEV_OPT_THREADSAFE) { in bufferevent_filter_new()
Dbufferevent_openssl.c1344 int tmp_options = options & ~BEV_OPT_THREADSAFE; in bufferevent_openssl_new_impl()
1368 if (options & BEV_OPT_THREADSAFE) in bufferevent_openssl_new_impl()
Dbufferevent_async.c529 options |= BEV_OPT_THREADSAFE; in bufferevent_async_new_()
Dbufferevent.c329 if (options & BEV_OPT_THREADSAFE) { in bufferevent_init_common_()
/external/libevent/test/
Dtest-ratelim.c178 int flags = BEV_OPT_CLOSE_ON_FREE|BEV_OPT_THREADSAFE; in echo_listenercb()
348 BEV_OPT_CLOSE_ON_FREE|BEV_OPT_THREADSAFE); in test_ratelimiting()
Dregress_bufferevent.c337 if (!bufferevent_pair_new(NULL, BEV_OPT_THREADSAFE, pair)) { in test_bufferevent_pair_release_lock()
732 be_flags |= BEV_OPT_THREADSAFE; in test_bufferevent_connect()
/external/libevent/include/event2/
Dbufferevent.h164 BEV_OPT_THREADSAFE = (1<<1), enumerator