Home
last modified time | relevance | path

Searched refs:MutexHashMap (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/tsan/dd/
Ddd_rtl.cc117 MutexHashMap::Handle h(&ctx->mutex_map, m); in MutexBeforeLock()
130 MutexHashMap::Handle h(&ctx->mutex_map, m); in MutexAfterLock()
143 MutexHashMap::Handle h(&ctx->mutex_map, m); in MutexBeforeUnlock()
153 MutexHashMap::Handle h(&ctx->mutex_map, m, true); in MutexDestroy()
Ddd_rtl.h41 typedef AddrHashMap<Mutex, 31051> MutexHashMap; typedef
47 MutexHashMap mutex_map;