Home
last modified time | relevance | path

Searched defs:UserMutex (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/compiler-rt/lib/tsan/dd/
H A Ddd_rtl.h22 struct UserMutex { struct
40 typedef AddrHashMap<UserMutex, 31051> MutexHashMap; argument
/openbsd/gnu/llvm/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_test_util_posix.cpp94 UserMutex::UserMutex(Type type) : alive_(), type_(type) {} in UserMutex() function in UserMutex