Home
last modified time | relevance | path

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

/src/contrib/jemalloc/src/
H A Dprof_recent.c69 malloc_mutex_assert_not_owner(tsd_tsdn(tsd), &prof_recent_alloc_mtx); in prof_recent_alloc_prepare()
95 malloc_mutex_assert_not_owner(tsd_tsdn(tsd), &prof_recent_alloc_mtx); in decrement_recent_count()
284 malloc_mutex_assert_not_owner(tsd_tsdn(tsd), tctx->tdata->lock); in prof_recent_alloc()
446 malloc_mutex_assert_not_owner(tsd_tsdn(tsd), &prof_recent_dump_mtx); in prof_recent_alloc_async_cleanup()
447 malloc_mutex_assert_not_owner(tsd_tsdn(tsd), &prof_recent_alloc_mtx); in prof_recent_alloc_async_cleanup()
H A Dsec.c178 malloc_mutex_assert_not_owner(tsdn, &shard->mtx); in sec_batch_fill_and_alloc()
330 malloc_mutex_assert_not_owner(tsdn, &shard->mtx); in sec_shard_dalloc_and_unlock()
H A Dbackground_thread.c238 malloc_mutex_assert_not_owner(tsd_tsdn(tsd),
750 malloc_mutex_assert_not_owner(tsdn, &background_thread_lock);
H A Dhpa.c800 malloc_mutex_assert_not_owner(tsdn, &shard->mtx); in hpa_dalloc_prepare_unlocked()
H A Dextent.c797 malloc_mutex_assert_not_owner(tsdn, &pac->grow_mtx); in extent_alloc_retained()
H A Dprof_data.c1228 malloc_mutex_assert_not_owner(tsd_tsdn(tsd), tdata->lock); in prof_tdata_destroy_locked()
/src/contrib/jemalloc/include/jemalloc/internal/
H A Dmutex.h238 malloc_mutex_assert_not_owner(tsdn_t *tsdn, malloc_mutex_t *mutex) { in malloc_mutex_assert_not_owner() function