Searched refs:bt2gctx_mtx (Results 1 – 6 of 6) sorted by relevance
/external/jemalloc/src/ |
D | prof.c | 81 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()
|
/external/jemalloc_new/src/ |
D | prof.c | 97 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()
|
D | ctl.c | 978 bt2gctx_mtx); in ctl_refresh() 2787 MUTEX_PROF_RESET(bt2gctx_mtx); in CTL_RO_NL_CGEN()
|
/external/jemalloc_new/include/jemalloc/internal/ |
D | prof_externs.h | 6 extern malloc_mutex_t bt2gctx_mtx;
|
D | private_namespace.h | 269 #define bt2gctx_mtx JEMALLOC_N(bt2gctx_mtx) macro
|
D | private_namespace_jet.h | 272 #define bt2gctx_mtx JEMALLOC_N(bt2gctx_mtx) macro
|