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

  /src/external/bsd/jemalloc/dist/src/
background_thread.c 14 bool opt_background_thread = BACKGROUND_THREAD_DEFAULT; variable
767 if (!have_background_thread && opt_background_thread) {
773 if ((config_lazy_lock || opt_background_thread) &&
792 background_thread_enabled_set(tsdn, opt_background_thread);
  /src/external/bsd/jemalloc.old/dist/src/
background_thread.c 13 bool opt_background_thread = BACKGROUND_THREAD_DEFAULT; variable
818 if (config_lazy_lock || opt_background_thread) {
849 if (!have_background_thread && opt_background_thread) {
855 if ((config_lazy_lock || opt_background_thread) &&
875 background_thread_enabled_set(tsdn, opt_background_thread);
  /src/external/bsd/jemalloc/include/jemalloc/internal/
private_namespace.gen.h 104 #define opt_background_thread JEMALLOC_N(opt_background_thread) macro
private_namespace.h 104 #define opt_background_thread JEMALLOC_N(opt_background_thread) macro
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
private_namespace.gen.h 104 #define opt_background_thread JEMALLOC_N(opt_background_thread) macro
private_namespace.h 104 #define opt_background_thread JEMALLOC_N(opt_background_thread) macro

Completed in 27 milliseconds