Searched refs:BEV_OPT_THREADSAFE (Results 1 – 8 of 8) 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()
1344 int tmp_options = options & ~BEV_OPT_THREADSAFE; in bufferevent_openssl_new_impl()1368 if (options & BEV_OPT_THREADSAFE) in bufferevent_openssl_new_impl()
529 options |= BEV_OPT_THREADSAFE; in bufferevent_async_new_()
329 if (options & BEV_OPT_THREADSAFE) { in bufferevent_init_common_()
178 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()
337 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()
164 BEV_OPT_THREADSAFE = (1<<1), enumerator