Home
last modified time | relevance | path

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

/external/llvm/unittests/VMCore/
DValueMapTest.cpp182 struct LockMutex : ValueMapConfig<KeyT> { struct
183 struct ExtraData {
188 static void onRAUW(const ExtraData &Data, KeyT Old, KeyT New) { in onRAUW()
192 static void onDelete(const ExtraData &Data, KeyT Old) { in onDelete()
196 static sys::Mutex *getMutex(const ExtraData &Data) { return Data.M; } in getMutex()