Home
last modified time | relevance | path

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

/redis-3.2.3/deps/jemalloc/src/
H A Dmutex.c72 malloc_mutex_init(malloc_mutex_t *mutex) in malloc_mutex_init() function
130 if (malloc_mutex_init(mutex)) { in malloc_mutex_postfork_child()
H A Dprof.c2113 if (malloc_mutex_init(&prof_active_mtx)) in prof_boot2()
2117 if (malloc_mutex_init(&prof_gdump_mtx)) in prof_boot2()
2121 if (malloc_mutex_init(&prof_thread_active_init_mtx)) in prof_boot2()
2128 if (malloc_mutex_init(&bt2gctx_mtx)) in prof_boot2()
2132 if (malloc_mutex_init(&tdatas_mtx)) in prof_boot2()
2136 if (malloc_mutex_init(&next_thr_uid_mtx)) in prof_boot2()
2139 if (malloc_mutex_init(&prof_dump_seq_mtx)) in prof_boot2()
2141 if (malloc_mutex_init(&prof_dump_mtx)) in prof_boot2()
2156 if (malloc_mutex_init(&gctx_locks[i])) in prof_boot2()
2165 if (malloc_mutex_init(&tdata_locks[i])) in prof_boot2()
H A Dchunk_dss.c181 if (malloc_mutex_init(&dss_mtx)) in chunk_dss_boot()
H A Dbase.c147 if (malloc_mutex_init(&base_mtx)) in base_boot()
H A Darena.c3014 if (malloc_mutex_init(&arena->lock)) in arena_new()
3061 if (malloc_mutex_init(&arena->huge_mtx)) in arena_new()
3068 if (malloc_mutex_init(&arena->chunks_mtx)) in arena_new()
3071 if (malloc_mutex_init(&arena->node_cache_mtx)) in arena_new()
3079 if (malloc_mutex_init(&bin->lock)) in arena_new()
H A Djemalloc.c198 malloc_mutex_init(&init_lock); in JEMALLOC_ATTR()
1206 if (malloc_mutex_init(&arenas_lock)) in malloc_init_hard_a0_locked()
H A Dctl.c997 if (malloc_mutex_init(&ctl_mtx)) in ctl_boot()
/redis-3.2.3/deps/jemalloc/include/jemalloc/internal/
H A Dmb.h107 malloc_mutex_init(&mtx); in mb_write()
H A Dmutex.h55 bool malloc_mutex_init(malloc_mutex_t *mutex);
H A Dprivate_symbols.txt292 malloc_mutex_init