Searched refs:bt2gctx_mtx (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/jemalloc/src/
H A Dprof.c81 static malloc_mutex_t bt2gctx_mtx; variable
281 malloc_mutex_lock(tsd_tsdn(tsd), &bt2gctx_mtx); local
291 malloc_mutex_unlock(tsd_tsdn(tsd), &bt2gctx_mtx); local
926 malloc_mutex_lock(tsd_tsdn(tsd), &bt2gctx_mtx);
928 malloc_mutex_unlock(tsd_tsdn(tsd), &bt2gctx_mtx); local
2221 if (malloc_mutex_init(&bt2gctx_mtx, "prof_bt2gctx",
2291 malloc_mutex_prefork(tsdn, &bt2gctx_mtx);
2331 malloc_mutex_postfork_parent(tsdn, &bt2gctx_mtx);
2353 malloc_mutex_postfork_child(tsdn, &bt2gctx_mtx);

Completed in 103 milliseconds