Lines Matching refs:log_mtx
167 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()
2770 malloc_mutex_lock(tsdn, &log_mtx); in prof_log_stop()
2772 malloc_mutex_unlock(tsdn, &log_mtx); in prof_log_stop()
3030 if (malloc_mutex_init(&log_mtx, "prof_log", in prof_boot2()