Home
last modified time | relevance | path

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

/external/jemalloc_new/src/
Dprof.c107 static malloc_mutex_t next_thr_uid_mtx; variable
1894 malloc_mutex_lock(tsdn, &next_thr_uid_mtx); in prof_thr_uid_alloc()
1897 malloc_mutex_unlock(tsdn, &next_thr_uid_mtx); in prof_thr_uid_alloc()
2336 if (malloc_mutex_init(&next_thr_uid_mtx, "prof_next_thr_uid", in prof_boot2()
2423 malloc_mutex_prefork(tsdn, &next_thr_uid_mtx); in prof_prefork1()
2435 malloc_mutex_postfork_parent(tsdn, &next_thr_uid_mtx); in prof_postfork_parent()
2457 malloc_mutex_postfork_child(tsdn, &next_thr_uid_mtx); in prof_postfork_child()