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

/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Dprof.c81 static malloc_mutex_t bt2gctx_mtx; variable
277 malloc_mutex_lock(tsd_tsdn(tsd), &bt2gctx_mtx); local
286 malloc_mutex_unlock(tsd_tsdn(tsd), &bt2gctx_mtx); local
918 malloc_mutex_lock(tsd_tsdn(tsd), &bt2gctx_mtx);
920 malloc_mutex_unlock(tsd_tsdn(tsd), &bt2gctx_mtx); local
2286 if (malloc_mutex_init(&bt2gctx_mtx, "prof_bt2gctx",
2357 malloc_mutex_prefork(tsdn, &bt2gctx_mtx);
2395 malloc_mutex_postfork_parent(tsdn, &bt2gctx_mtx);
2416 malloc_mutex_postfork_child(tsdn, &bt2gctx_mtx);

Completed in 75 milliseconds