HomeSort by: relevance | last modified time | path
    Searched defs:opt_max_background_threads (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/jemalloc/dist/src/
background_thread.c 15 size_t opt_max_background_threads = MAX_BACKGROUND_THREAD_LIMIT + 1; variable
787 if (opt_max_background_threads > MAX_BACKGROUND_THREAD_LIMIT) {
788 opt_max_background_threads = DEFAULT_NUM_BACKGROUND_THREAD;
790 max_background_threads = opt_max_background_threads;
801 base, opt_max_background_threads *
  /src/external/bsd/jemalloc.old/dist/src/
background_thread.c 14 size_t opt_max_background_threads = MAX_BACKGROUND_THREAD_LIMIT; variable
869 if (opt_max_background_threads == MAX_BACKGROUND_THREAD_LIMIT &&
871 opt_max_background_threads = ncpus;
873 max_background_threads = opt_max_background_threads;
884 b0get(), opt_max_background_threads *
  /src/external/bsd/jemalloc/include/jemalloc/internal/
private_namespace.gen.h 105 #define opt_max_background_threads JEMALLOC_N(opt_max_background_threads) macro
private_namespace.h 105 #define opt_max_background_threads JEMALLOC_N(opt_max_background_threads) macro
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
private_namespace.gen.h 105 #define opt_max_background_threads JEMALLOC_N(opt_max_background_threads) macro
private_namespace.h 105 #define opt_max_background_threads JEMALLOC_N(opt_max_background_threads) macro

Completed in 26 milliseconds