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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_rtl.h40 typedef AddrHashMap<Mutex, 31051> MutexHashMap; typedef in namespace:__dsan
46 MutexHashMap mutex_map;
H A Ddd_rtl.cpp116 MutexHashMap::Handle h(&ctx->mutex_map, m);
129 MutexHashMap::Handle h(&ctx->mutex_map, m);
142 MutexHashMap::Handle h(&ctx->mutex_map, m);
152 MutexHashMap::Handle h(&ctx->mutex_map, m, true);

Completed in 109 milliseconds