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() function126 if (malloc_mutex_init(mutex)) { in malloc_mutex_postfork_child()
2093 if (malloc_mutex_init(&prof_active_mtx)) in prof_boot2()2097 if (malloc_mutex_init(&prof_gdump_mtx)) in prof_boot2()2101 if (malloc_mutex_init(&prof_thread_active_init_mtx)) in prof_boot2()2108 if (malloc_mutex_init(&bt2gctx_mtx)) in prof_boot2()2112 if (malloc_mutex_init(&tdatas_mtx)) in prof_boot2()2116 if (malloc_mutex_init(&next_thr_uid_mtx)) in prof_boot2()2119 if (malloc_mutex_init(&prof_dump_seq_mtx)) in prof_boot2()2121 if (malloc_mutex_init(&prof_dump_mtx)) in prof_boot2()2136 if (malloc_mutex_init(&gctx_locks[i])) in prof_boot2()2145 if (malloc_mutex_init(&tdata_locks[i])) in prof_boot2()
180 if (malloc_mutex_init(&dss_mtx)) in chunk_dss_boot()
145 if (malloc_mutex_init(&base_mtx)) in base_boot()
2815 if (malloc_mutex_init(&arena->lock)) in arena_new()2861 if (malloc_mutex_init(&arena->huge_mtx)) in arena_new()2870 if (malloc_mutex_init(&arena->chunks_mtx)) in arena_new()2873 if (malloc_mutex_init(&arena->node_cache_mtx)) in arena_new()2883 if (malloc_mutex_init(&bin->lock)) in arena_new()
185 malloc_mutex_init(&init_lock); in JEMALLOC_ATTR()1201 if (malloc_mutex_init(&arenas_lock))
1003 if (malloc_mutex_init(&ctl_mtx)) in ctl_boot()
107 malloc_mutex_init(&mtx); in mb_write()
51 bool malloc_mutex_init(malloc_mutex_t *mutex);
297 malloc_mutex_init
297 #define malloc_mutex_init JEMALLOC_N(malloc_mutex_init) macro
297 #undef malloc_mutex_init