Searched defs:arenas_lock (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/jemalloc/src/
H A Djemalloc.c55 static malloc_mutex_t arenas_lock; variable
595 malloc_mutex_lock(tsd_tsdn(tsd), &arenas_lock); local
646 &arenas_lock); local
654 malloc_mutex_unlock(tsd_tsdn(tsd), &arenas_lock); local
2824 malloc_mutex_prefork(tsd_tsdn(tsd), &arenas_lock); local
2884 malloc_mutex_postfork_parent(tsd_tsdn(tsd), &arenas_lock); local
2909 malloc_mutex_postfork_child(tsd_tsdn(tsd), &arenas_lock); local
[all...]

Completed in 133 milliseconds