Home
last modified time | relevance | path

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

/external/jemalloc_new/src/
Dctl.c21 static malloc_mutex_t ctl_mtx; variable
992 &ctl_mtx); in ctl_refresh()
1003 malloc_mutex_lock(tsdn, &ctl_mtx); in ctl_init()
1070 malloc_mutex_unlock(tsdn, &ctl_mtx); in ctl_init()
1269 if (malloc_mutex_init(&ctl_mtx, "ctl", WITNESS_RANK_CTL, in ctl_boot()
1281 malloc_mutex_prefork(tsdn, &ctl_mtx); in ctl_prefork()
1286 malloc_mutex_postfork_parent(tsdn, &ctl_mtx); in ctl_postfork_parent()
1291 malloc_mutex_postfork_child(tsdn, &ctl_mtx); in ctl_postfork_child()
1365 malloc_mutex_lock(tsd_tsdn(tsd), &ctl_mtx); \
1374 malloc_mutex_unlock(tsd_tsdn(tsd), &ctl_mtx); \
[all …]