Searched refs:prof_thread_active_init_mtx (Results 1 – 2 of 2) sorted by relevance
/external/jemalloc/src/ |
D | prof.c | 45 static malloc_mutex_t prof_thread_active_init_mtx; variable 2111 malloc_mutex_lock(tsdn, &prof_thread_active_init_mtx); in prof_thread_active_init_get() 2113 malloc_mutex_unlock(tsdn, &prof_thread_active_init_mtx); in prof_thread_active_init_get() 2122 malloc_mutex_lock(tsdn, &prof_thread_active_init_mtx); in prof_thread_active_init_set() 2125 malloc_mutex_unlock(tsdn, &prof_thread_active_init_mtx); in prof_thread_active_init_set() 2210 if (malloc_mutex_init(&prof_thread_active_init_mtx, in prof_boot2() 2306 malloc_mutex_prefork(tsdn, &prof_thread_active_init_mtx); in prof_prefork1() 2318 &prof_thread_active_init_mtx); in prof_postfork_parent() 2340 malloc_mutex_postfork_child(tsdn, &prof_thread_active_init_mtx); in prof_postfork_child()
|
/external/jemalloc_new/src/ |
D | prof.c | 60 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()
|