Lines Matching refs:malloc_mutex_t
53 static malloc_mutex_t prof_active_mtx;
60 static malloc_mutex_t prof_thread_active_init_mtx;
67 static malloc_mutex_t prof_gdump_mtx;
80 static malloc_mutex_t *gctx_locks;
89 static malloc_mutex_t *tdata_locks;
97 malloc_mutex_t bt2gctx_mtx;
104 static malloc_mutex_t tdatas_mtx;
107 static malloc_mutex_t next_thr_uid_mtx;
109 static malloc_mutex_t prof_dump_seq_mtx;
119 static malloc_mutex_t prof_dump_mtx;
540 static malloc_mutex_t *
547 static malloc_mutex_t *
2358 gctx_locks = (malloc_mutex_t *)base_alloc(tsd_tsdn(tsd), in prof_boot2()
2359 b0get(), PROF_NCTX_LOCKS * sizeof(malloc_mutex_t), in prof_boot2()
2372 tdata_locks = (malloc_mutex_t *)base_alloc(tsd_tsdn(tsd), in prof_boot2()
2373 b0get(), PROF_NTDATA_LOCKS * sizeof(malloc_mutex_t), in prof_boot2()