Home
last modified time | relevance | path

Searched refs:malloc_mutex_init (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/jemalloc/src/
H A Dmutex_pool.c12 if (malloc_mutex_init(&pool->mutexes[i], name, rank, in mutex_pool_init()
H A Dmutex.c156 malloc_mutex_init(malloc_mutex_t *mutex, const char *name, in malloc_mutex_init() function
220 if (malloc_mutex_init(mutex, mutex->witness.name, in malloc_mutex_postfork_child()
H A Dprof.c2037 if (malloc_mutex_init(&prof_accum->mtx, "prof_accum", in prof_accum_init()
2961 if (malloc_mutex_init(&prof_active_mtx, "prof_active", in prof_boot2()
2967 if (malloc_mutex_init(&prof_gdump_mtx, "prof_gdump", in prof_boot2()
2973 if (malloc_mutex_init(&prof_thread_active_init_mtx, in prof_boot2()
2984 if (malloc_mutex_init(&bt2gctx_mtx, "prof_bt2gctx", in prof_boot2()
2990 if (malloc_mutex_init(&tdatas_mtx, "prof_tdatas", in prof_boot2()
2996 if (malloc_mutex_init(&next_thr_uid_mtx, "prof_next_thr_uid", in prof_boot2()
3001 if (malloc_mutex_init(&prof_dump_seq_mtx, "prof_dump_seq", in prof_boot2()
3005 if (malloc_mutex_init(&prof_dump_mtx, "prof_dump", in prof_boot2()
3030 if (malloc_mutex_init(&log_mtx, "prof_log", in prof_boot2()
[all …]
H A Dbin.c69 if (malloc_mutex_init(&bin->lock, "bin", WITNESS_RANK_BIN, in bin_init()
H A Dhook.c23 return malloc_mutex_init(&hooks_mu, "hooks", WITNESS_RANK_HOOK, in hook_boot()
H A Drtree.c22 if (malloc_mutex_init(&rtree->init_lock, "rtree", WITNESS_RANK_RTREE, in rtree_new()
H A Dbackground_thread.c906 if (malloc_mutex_init(&background_thread_lock, in background_thread_boot1()
923 if (malloc_mutex_init(&info->mtx, "background_thread", in background_thread_boot1()
H A Darena.c688 if (malloc_mutex_init(&decay->mtx, "decay", WITNESS_RANK_DECAY, in arena_decay_init()
1977 if (malloc_mutex_init(&arena->tcache_ql_mtx, "tcache_ql", in arena_new()
2009 if (malloc_mutex_init(&arena->large_mtx, "arena_large", in arena_new()
2054 if (malloc_mutex_init(&arena->extent_grow_mtx, "extent_grow", in arena_new()
2060 if (malloc_mutex_init(&arena->extent_avail_mtx, "extent_avail", in arena_new()
H A Dtsd.c422 if (malloc_mutex_init(&tsd_nominal_tsds_lock, "tsd_nominal_tsds_lock", in malloc_tsd_boot0()
H A Dbase.c366 if (malloc_mutex_init(&base->mtx, "base", WITNESS_RANK_BASE, in base_new()
H A Dtcache.c742 if (malloc_mutex_init(&tcaches_mtx, "tcaches", WITNESS_RANK_TCACHES, in tcache_boot()
H A Djemalloc.c157 malloc_mutex_init(&init_lock, "init", WITNESS_RANK_INIT, in JEMALLOC_ATTR()
1541 if (malloc_mutex_init(&arenas_lock, "arenas", WITNESS_RANK_ARENAS, in malloc_init_hard_a0_locked()
H A Dextent.c288 if (malloc_mutex_init(&extents->mtx, "extents", WITNESS_RANK_EXTENTS, in extents_init()
H A Dctl.c1388 if (malloc_mutex_init(&ctl_mtx, "ctl", WITNESS_RANK_CTL, in ctl_boot()
/freebsd/contrib/jemalloc/
H A DFREEBSD-diffs119 bool malloc_mutex_init(malloc_mutex_t *mutex, const char *name,
120 @@ -145,6 +142,7 @@ bool malloc_mutex_init(malloc_mutex_t *mutex, const char *name,
581 malloc_mutex_init(malloc_mutex_t *mutex, const char *name,
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Darena_stats.h138 if (malloc_mutex_init(&arena_stats->mtx, "arena_stats", in arena_stats_init()
H A Dmutex.h140 bool malloc_mutex_init(malloc_mutex_t *mutex, const char *name,
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h252 #define malloc_mutex_init JEMALLOC_N(malloc_mutex_init) macro