Home
last modified time | relevance | path

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

/external/jemalloc/src/
Dprof.c91 static malloc_mutex_t next_thr_uid_mtx; variable
1784 malloc_mutex_lock(tsdn, &next_thr_uid_mtx); in prof_thr_uid_alloc()
1787 malloc_mutex_unlock(tsdn, &next_thr_uid_mtx); in prof_thr_uid_alloc()
2228 if (malloc_mutex_init(&next_thr_uid_mtx, "prof_next_thr_uid", in prof_boot2()
2305 malloc_mutex_prefork(tsdn, &next_thr_uid_mtx); in prof_prefork1()
2319 malloc_mutex_postfork_parent(tsdn, &next_thr_uid_mtx); in prof_postfork_parent()
2341 malloc_mutex_postfork_child(tsdn, &next_thr_uid_mtx); in prof_postfork_child()