Searched refs:BEV_OPT_THREADSAFE (Results 1 – 16 of 16) sorted by relevance
122 tmp_options = options & ~BEV_OPT_THREADSAFE; in bufferevent_pair_new()133 if (options & BEV_OPT_THREADSAFE) { in bufferevent_pair_new()
178 int tmp_options = options & ~BEV_OPT_THREADSAFE; in bufferevent_filter_new()197 if (options & BEV_OPT_THREADSAFE) { in bufferevent_filter_new()
1352 int tmp_options = options & ~BEV_OPT_THREADSAFE; in bufferevent_openssl_new_impl()1377 if (options & BEV_OPT_THREADSAFE) in bufferevent_openssl_new_impl()
550 options |= BEV_OPT_THREADSAFE; in bufferevent_async_new_()
346 if (options & BEV_OPT_THREADSAFE) { in bufferevent_init_common_()
194 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()
350 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()
164 BEV_OPT_THREADSAFE = (1<<1), enumerator