Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/src/
H A Dctl.c21 static malloc_mutex_t ctl_mtx; variable
1111 &ctl_mtx); in ctl_refresh()
1122 malloc_mutex_lock(tsdn, &ctl_mtx); in ctl_init()
1189 malloc_mutex_unlock(tsdn, &ctl_mtx); in ctl_init()
1388 if (malloc_mutex_init(&ctl_mtx, "ctl", WITNESS_RANK_CTL, in ctl_boot()
1400 malloc_mutex_prefork(tsdn, &ctl_mtx); in ctl_prefork()
1405 malloc_mutex_postfork_parent(tsdn, &ctl_mtx); in ctl_postfork_parent()
1410 malloc_mutex_postfork_child(tsdn, &ctl_mtx); in ctl_postfork_child()
1484 malloc_mutex_lock(tsd_tsdn(tsd), &ctl_mtx); \
1493 malloc_mutex_unlock(tsd_tsdn(tsd), &ctl_mtx); \
[all …]