Searched refs:malloc_mutex_init (Results 1 – 12 of 12) sorted by relevance
72 malloc_mutex_init(malloc_mutex_t *mutex) in malloc_mutex_init() function130 if (malloc_mutex_init(mutex)) { in malloc_mutex_postfork_child()
2130 if (malloc_mutex_init(&prof_active_mtx)) in prof_boot2()2134 if (malloc_mutex_init(&prof_gdump_mtx)) in prof_boot2()2138 if (malloc_mutex_init(&prof_thread_active_init_mtx)) in prof_boot2()2145 if (malloc_mutex_init(&bt2gctx_mtx)) in prof_boot2()2149 if (malloc_mutex_init(&tdatas_mtx)) in prof_boot2()2153 if (malloc_mutex_init(&next_thr_uid_mtx)) in prof_boot2()2156 if (malloc_mutex_init(&prof_dump_seq_mtx)) in prof_boot2()2158 if (malloc_mutex_init(&prof_dump_mtx)) in prof_boot2()2173 if (malloc_mutex_init(&gctx_locks[i])) in prof_boot2()2182 if (malloc_mutex_init(&tdata_locks[i])) in prof_boot2()
181 if (malloc_mutex_init(&dss_mtx)) in chunk_dss_boot()
147 if (malloc_mutex_init(&base_mtx)) in base_boot()
3339 if (malloc_mutex_init(&arena->lock)) in arena_new()3390 if (malloc_mutex_init(&arena->huge_mtx)) in arena_new()3397 if (malloc_mutex_init(&arena->chunks_mtx)) in arena_new()3400 if (malloc_mutex_init(&arena->node_cache_mtx)) in arena_new()3408 if (malloc_mutex_init(&bin->lock)) in arena_new()
215 malloc_mutex_init(&init_lock); in JEMALLOC_ATTR()1251 if (malloc_mutex_init(&arenas_lock))
1005 if (malloc_mutex_init(&ctl_mtx)) in ctl_boot()
107 malloc_mutex_init(&mtx); in mb_write()
55 bool malloc_mutex_init(malloc_mutex_t *mutex);
306 malloc_mutex_init
308 #define malloc_mutex_init JEMALLOC_N(malloc_mutex_init) macro
308 #undef malloc_mutex_init