Lines Matching refs:malloc_mutex_t
38 static malloc_mutex_t prof_active_mtx;
45 static malloc_mutex_t prof_thread_active_init_mtx;
52 static malloc_mutex_t prof_gdump_mtx;
65 static malloc_mutex_t *gctx_locks;
74 static malloc_mutex_t *tdata_locks;
81 static malloc_mutex_t bt2gctx_mtx;
88 static malloc_mutex_t tdatas_mtx;
91 static malloc_mutex_t next_thr_uid_mtx;
93 static malloc_mutex_t prof_dump_seq_mtx;
103 static malloc_mutex_t prof_dump_mtx;
534 static malloc_mutex_t *
542 static malloc_mutex_t *
2246 gctx_locks = (malloc_mutex_t *)base_alloc(tsd_tsdn(tsd), in prof_boot2()
2247 PROF_NCTX_LOCKS * sizeof(malloc_mutex_t)); in prof_boot2()
2256 tdata_locks = (malloc_mutex_t *)base_alloc(tsd_tsdn(tsd), in prof_boot2()
2257 PROF_NTDATA_LOCKS * sizeof(malloc_mutex_t)); in prof_boot2()