Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/src/
H A Dprof.c62 static malloc_mutex_t prof_thread_active_init_mtx; variable
2881 malloc_mutex_lock(tsdn, &prof_thread_active_init_mtx); in prof_thread_active_init_get()
2883 malloc_mutex_unlock(tsdn, &prof_thread_active_init_mtx); in prof_thread_active_init_get()
2891 malloc_mutex_lock(tsdn, &prof_thread_active_init_mtx); in prof_thread_active_init_set()
2894 malloc_mutex_unlock(tsdn, &prof_thread_active_init_mtx); in prof_thread_active_init_set()
2973 if (malloc_mutex_init(&prof_thread_active_init_mtx, in prof_boot2()
3111 malloc_mutex_prefork(tsdn, &prof_thread_active_init_mtx); in prof_prefork1()
3121 &prof_thread_active_init_mtx); in prof_postfork_parent()
3143 malloc_mutex_postfork_child(tsdn, &prof_thread_active_init_mtx); in prof_postfork_child()