Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/src/
H A Dprof.c203 static malloc_mutex_t next_thr_uid_mtx; variable
2192 malloc_mutex_lock(tsdn, &next_thr_uid_mtx); in prof_thr_uid_alloc()
2195 malloc_mutex_unlock(tsdn, &next_thr_uid_mtx); in prof_thr_uid_alloc()
2996 if (malloc_mutex_init(&next_thr_uid_mtx, "prof_next_thr_uid", in prof_boot2()
3110 malloc_mutex_prefork(tsdn, &next_thr_uid_mtx); in prof_prefork1()
3122 malloc_mutex_postfork_parent(tsdn, &next_thr_uid_mtx); in prof_postfork_parent()
3144 malloc_mutex_postfork_child(tsdn, &next_thr_uid_mtx); in prof_postfork_child()