Searched refs:bt2gctx_mtx (Results 1 – 3 of 3) sorted by relevance
6 extern malloc_mutex_t bt2gctx_mtx;
97 malloc_mutex_t bt2gctx_mtx; variable289 malloc_mutex_lock(tsd_tsdn(tsd), &bt2gctx_mtx); in prof_enter()297 malloc_mutex_unlock(tsd_tsdn(tsd), &bt2gctx_mtx); in prof_leave()949 malloc_mutex_lock(tsd_tsdn(tsd), &bt2gctx_mtx); in prof_bt_count()951 malloc_mutex_unlock(tsd_tsdn(tsd), &bt2gctx_mtx); in prof_bt_count()2324 if (malloc_mutex_init(&bt2gctx_mtx, "prof_bt2gctx", in prof_boot2()2406 malloc_mutex_prefork(tsdn, &bt2gctx_mtx); in prof_prefork0()2446 malloc_mutex_postfork_parent(tsdn, &bt2gctx_mtx); in prof_postfork_parent()2468 malloc_mutex_postfork_child(tsdn, &bt2gctx_mtx); in prof_postfork_child()
978 bt2gctx_mtx); in ctl_refresh()2787 MUTEX_PROF_RESET(bt2gctx_mtx); in CTL_RO_NL_CGEN()