Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Dwitness.c69 witness_assert_owner(&witness_tsdn, &a); in TEST_BEGIN()
77 witness_assert_owner(&witness_tsdn, &b); in TEST_BEGIN()
107 witness_assert_owner(&witness_tsdn, &a); in TEST_BEGIN()
113 witness_assert_owner(&witness_tsdn, &b); in TEST_BEGIN()
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dwitness.h182 witness_assert_owner(witness_tsdn_t *witness_tsdn, const witness_t *witness) { in witness_assert_owner() function
342 witness_assert_owner(witness_tsdn, witness); in witness_unlock()
H A Dmutex.h222 witness_assert_owner(tsdn_witness_tsdp_get(tsdn), &mutex->witness); in malloc_mutex_assert_owner()