Home
last modified time | relevance | path

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

/external/jemalloc/src/
Dctl.c11 static malloc_mutex_t ctl_mtx; variable
753 malloc_mutex_lock(&ctl_mtx); in ctl_init()
801 malloc_mutex_unlock(&ctl_mtx); in ctl_init()
1003 if (malloc_mutex_init(&ctl_mtx)) in ctl_boot()
1015 malloc_mutex_prefork(&ctl_mtx); in ctl_prefork()
1022 malloc_mutex_postfork_parent(&ctl_mtx); in ctl_postfork_parent()
1029 malloc_mutex_postfork_child(&ctl_mtx); in ctl_postfork_child()
1095 malloc_mutex_lock(&ctl_mtx); \
1103 malloc_mutex_unlock(&ctl_mtx); \
1117 malloc_mutex_lock(&ctl_mtx); \
[all …]