Searched refs:WITNESS_RANK_OMIT (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | mutex.h | 106 WITNESS_INITIALIZER("mutex", WITNESS_RANK_OMIT), 0} 110 WITNESS_INITIALIZER("mutex", WITNESS_RANK_OMIT)} 116 WITNESS_INITIALIZER("mutex", WITNESS_RANK_OMIT), 0} 120 WITNESS_INITIALIZER("mutex", WITNESS_RANK_OMIT)} 128 WITNESS_INITIALIZER("mutex", WITNESS_RANK_OMIT), 0} 132 WITNESS_INITIALIZER("mutex", WITNESS_RANK_OMIT)}
|
H A D | witness.h | 15 #define WITNESS_RANK_OMIT 0U macro 194 if (witness->rank == WITNESS_RANK_OMIT) { in witness_assert_owner() 219 if (witness->rank == WITNESS_RANK_OMIT) { in witness_assert_not_owner() 288 if (witness->rank == WITNESS_RANK_OMIT) { in witness_lock() 330 if (witness->rank == WITNESS_RANK_OMIT) { in witness_unlock()
|
/freebsd/contrib/jemalloc/src/ |
H A D | tsd.c | 423 WITNESS_RANK_OMIT, malloc_mutex_rank_exclusive)) { in malloc_tsd_boot0()
|