Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dprof_externs.h6 extern malloc_mutex_t bt2gctx_mtx;
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dprof.c97 malloc_mutex_t bt2gctx_mtx; variable
289 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()
H A Dctl.c978 bt2gctx_mtx); in ctl_refresh()
2787 MUTEX_PROF_RESET(bt2gctx_mtx); in CTL_RO_NL_CGEN()