Home
last modified time | relevance | path

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

/external/jemalloc/src/
Dprof.c81 static malloc_mutex_t bt2gctx_mtx; variable
281 malloc_mutex_lock(tsd_tsdn(tsd), &bt2gctx_mtx); in prof_enter()
291 malloc_mutex_unlock(tsd_tsdn(tsd), &bt2gctx_mtx); in prof_leave()
925 malloc_mutex_lock(tsd_tsdn(tsd), &bt2gctx_mtx); in prof_bt_count()
927 malloc_mutex_unlock(tsd_tsdn(tsd), &bt2gctx_mtx); in prof_bt_count()
2218 if (malloc_mutex_init(&bt2gctx_mtx, "prof_bt2gctx", in prof_boot2()
2288 malloc_mutex_prefork(tsdn, &bt2gctx_mtx); in prof_prefork0()
2328 malloc_mutex_postfork_parent(tsdn, &bt2gctx_mtx); in prof_postfork_parent()
2350 malloc_mutex_postfork_child(tsdn, &bt2gctx_mtx); in prof_postfork_child()