Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/
H A 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()
H A Ddd_rtl.h47 MutexHashMap mutex_map; member