Home
last modified time | relevance | path

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

/external/jemalloc_new/src/
Dprof.c60 static malloc_mutex_t prof_thread_active_init_mtx; variable
2221 malloc_mutex_lock(tsdn, &prof_thread_active_init_mtx); in prof_thread_active_init_get()
2223 malloc_mutex_unlock(tsdn, &prof_thread_active_init_mtx); in prof_thread_active_init_get()
2231 malloc_mutex_lock(tsdn, &prof_thread_active_init_mtx); in prof_thread_active_init_set()
2234 malloc_mutex_unlock(tsdn, &prof_thread_active_init_mtx); in prof_thread_active_init_set()
2313 if (malloc_mutex_init(&prof_thread_active_init_mtx, in prof_boot2()
2424 malloc_mutex_prefork(tsdn, &prof_thread_active_init_mtx); in prof_prefork1()
2434 &prof_thread_active_init_mtx); in prof_postfork_parent()
2456 malloc_mutex_postfork_child(tsdn, &prof_thread_active_init_mtx); in prof_postfork_child()