Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DRWMutex.h90 explicit SmartRWMutex() : RWMutexImpl(), readers(0), writers(0) { } in SmartRWMutex() function
/external/llvm/include/llvm/Support/
DRWMutex.h94 explicit SmartRWMutex() : impl(), readers(0), writers(0) { } in SmartRWMutex() function