Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/src/
H A Dprof.c167 static malloc_mutex_t log_mtx; variable
367 malloc_mutex_assert_owner(tsd_tsdn(tsd), &log_mtx); in prof_log_bt_index()
409 malloc_mutex_assert_owner(tsd_tsdn(tsd), &log_mtx); in prof_log_thr_index()
457 malloc_mutex_lock(tsd_tsdn(tsd), &log_mtx); in prof_try_log()
517 malloc_mutex_unlock(tsd_tsdn(tsd), &log_mtx); in prof_try_log()
2525 malloc_mutex_lock(tsdn, &log_mtx); in prof_log_start()
2546 malloc_mutex_unlock(tsdn, &log_mtx); in prof_log_start()
2702 malloc_mutex_lock(tsdn, &log_mtx); in prof_log_stop()
2705 malloc_mutex_unlock(tsdn, &log_mtx); in prof_log_stop()
2715 malloc_mutex_unlock(tsdn, &log_mtx); in prof_log_stop()
[all …]