Searched refs:malloc_mutex_prefork (Results 1 – 11 of 11) sorted by relevance
56 void malloc_mutex_prefork(malloc_mutex_t *mutex);
310 malloc_mutex_prefork
312 #define malloc_mutex_prefork JEMALLOC_N(malloc_mutex_prefork) macro
312 #undef malloc_mutex_prefork
110 malloc_mutex_prefork(malloc_mutex_t *mutex) in malloc_mutex_prefork() function
195 malloc_mutex_prefork(&dss_mtx); in chunk_dss_prefork()
159 malloc_mutex_prefork(&base_mtx); in base_prefork()
2207 malloc_mutex_prefork(&tdatas_mtx); in prof_prefork()2208 malloc_mutex_prefork(&bt2gctx_mtx); in prof_prefork()2209 malloc_mutex_prefork(&next_thr_uid_mtx); in prof_prefork()2210 malloc_mutex_prefork(&prof_dump_seq_mtx); in prof_prefork()2212 malloc_mutex_prefork(&gctx_locks[i]); in prof_prefork()2214 malloc_mutex_prefork(&tdata_locks[i]); in prof_prefork()
3653 malloc_mutex_prefork(&arena->lock); in arena_prefork()3654 malloc_mutex_prefork(&arena->huge_mtx); in arena_prefork()3655 malloc_mutex_prefork(&arena->chunks_mtx); in arena_prefork()3656 malloc_mutex_prefork(&arena->node_cache_mtx); in arena_prefork()3658 malloc_mutex_prefork(&arena->bins[i].lock); in arena_prefork()
1017 malloc_mutex_prefork(&ctl_mtx); in ctl_prefork()
2670 malloc_mutex_prefork(&arenas_lock);