Home
last modified time | relevance | path

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

/src/contrib/jemalloc/src/
H A Dprof.c55 static malloc_mutex_t prof_thread_active_init_mtx; variable
491 malloc_mutex_lock(tsdn, &prof_thread_active_init_mtx); in prof_thread_active_init_get()
493 malloc_mutex_unlock(tsdn, &prof_thread_active_init_mtx); in prof_thread_active_init_get()
501 malloc_mutex_lock(tsdn, &prof_thread_active_init_mtx); in prof_thread_active_init_set()
504 malloc_mutex_unlock(tsdn, &prof_thread_active_init_mtx); in prof_thread_active_init_set()
602 if (malloc_mutex_init(&prof_thread_active_init_mtx, in prof_boot2()
730 malloc_mutex_prefork(tsdn, &prof_thread_active_init_mtx); in prof_prefork1()
740 &prof_thread_active_init_mtx); in prof_postfork_parent()
767 malloc_mutex_postfork_child(tsdn, &prof_thread_active_init_mtx); in prof_postfork_child()