Home
last modified time | relevance | path

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

/external/jemalloc/include/jemalloc/internal/
Dmutex.h10 {OS_UNFAIR_LOCK_INIT, WITNESS_INITIALIZER(WITNESS_RANK_OMIT)}
12 # define MALLOC_MUTEX_INITIALIZER {0, WITNESS_INITIALIZER(WITNESS_RANK_OMIT)}
15 {PTHREAD_MUTEX_INITIALIZER, NULL, WITNESS_INITIALIZER(WITNESS_RANK_OMIT)}
22 WITNESS_INITIALIZER(WITNESS_RANK_OMIT)}
26 {PTHREAD_MUTEX_INITIALIZER, WITNESS_INITIALIZER(WITNESS_RANK_OMIT)}
Dwitness.h13 #define WITNESS_RANK_OMIT 0U macro
147 if (witness->rank == WITNESS_RANK_OMIT) in witness_assert_owner()
168 if (witness->rank == WITNESS_RANK_OMIT) in witness_assert_not_owner()
211 if (witness->rank == WITNESS_RANK_OMIT) in witness_lock()
250 if (witness->rank == WITNESS_RANK_OMIT) in witness_unlock()
Dmb.h107 malloc_mutex_init(&mtx, "mb", WITNESS_RANK_OMIT); in mb_write()
/external/jemalloc_new/include/jemalloc/internal/
Dwitness.h15 #define WITNESS_RANK_OMIT 0U macro
193 if (witness->rank == WITNESS_RANK_OMIT) { in witness_assert_owner()
218 if (witness->rank == WITNESS_RANK_OMIT) { in witness_assert_not_owner()
287 if (witness->rank == WITNESS_RANK_OMIT) { in witness_lock()
329 if (witness->rank == WITNESS_RANK_OMIT) { in witness_unlock()
Dmutex.h106 WITNESS_INITIALIZER("mutex", WITNESS_RANK_OMIT)}
110 WITNESS_INITIALIZER("mutex", WITNESS_RANK_OMIT)}
114 WITNESS_INITIALIZER("mutex", WITNESS_RANK_OMIT)}
119 WITNESS_INITIALIZER("mutex", WITNESS_RANK_OMIT)}