HomeSort by relevance Sort by last modified time
    Searched refs:BEV_OPT_THREADSAFE (Results 1 - 6 of 6) sorted by null

  /external/libevent/
bufferevent_pair.c 120 tmp_options = options & ~BEV_OPT_THREADSAFE;
131 if (options & BEV_OPT_THREADSAFE) {
bufferevent_filter.c 169 int tmp_options = options & ~BEV_OPT_THREADSAFE;
188 if (options & BEV_OPT_THREADSAFE) {
bufferevent_openssl.c     [all...]
bufferevent_async.c 534 options |= BEV_OPT_THREADSAFE;
bufferevent.c 308 if (options & BEV_OPT_THREADSAFE) {
  /external/libevent/include/event2/
bufferevent.h 159 BEV_OPT_THREADSAFE = (1<<1),
480 enabled with BEV_OPT_THREADSAFE.
486 enabled with BEV_OPT_THREADSAFE.

Completed in 183 milliseconds