Home
last modified time | relevance | path

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

/external/libevent/
Dbufferevent_pair.c120 tmp_options = options & ~BEV_OPT_THREADSAFE; in bufferevent_pair_new()
131 if (options & BEV_OPT_THREADSAFE) { in bufferevent_pair_new()
Dbufferevent_filter.c169 int tmp_options = options & ~BEV_OPT_THREADSAFE; in bufferevent_filter_new()
188 if (options & BEV_OPT_THREADSAFE) { in bufferevent_filter_new()
Dbufferevent_openssl.c1298 int tmp_options = options & ~BEV_OPT_THREADSAFE; in bufferevent_openssl_new_impl()
1322 if (options & BEV_OPT_THREADSAFE) in bufferevent_openssl_new_impl()
Dbufferevent_async.c534 options |= BEV_OPT_THREADSAFE; in bufferevent_async_new()
Dbufferevent.c308 if (options & BEV_OPT_THREADSAFE) { in bufferevent_init_common()
/external/libevent/include/event2/
Dbufferevent.h159 BEV_OPT_THREADSAFE = (1<<1), enumerator