Searched refs:prof_thread_active_init_mtx (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/jemalloc_new/src/ |
H A 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()
|
/aosp_15_r20/external/rust/android-crates-io/crates/tikv-jemalloc-sys/patches/ |
D | delete_c_library.patch | 83881 -static malloc_mutex_t prof_thread_active_init_mtx; 84317 - malloc_mutex_lock(tsdn, &prof_thread_active_init_mtx); 84319 - malloc_mutex_unlock(tsdn, &prof_thread_active_init_mtx); 84327 - malloc_mutex_lock(tsdn, &prof_thread_active_init_mtx); 84330 - malloc_mutex_unlock(tsdn, &prof_thread_active_init_mtx); 84428 - if (malloc_mutex_init(&prof_thread_active_init_mtx, 84556 - malloc_mutex_prefork(tsdn, &prof_thread_active_init_mtx); 84566 - &prof_thread_active_init_mtx); 84593 - malloc_mutex_postfork_child(tsdn, &prof_thread_active_init_mtx);
|