Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DRWMutex.h161 using SmartScopedReader = const std::shared_lock<SmartRWMutex<mt_only>>; variable
163 template <bool mt_only> struct SmartScopedReader { struct
166 explicit SmartScopedReader(SmartRWMutex<mt_only> &m) : mutex(m) { in SmartScopedReader() argument
170 ~SmartScopedReader() { mutex.unlock_shared(); } in ~SmartScopedReader() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DRWMutex.h158 using SmartScopedReader = const std::shared_lock<SmartRWMutex<mt_only>>; variable
160 template <bool mt_only> struct SmartScopedReader { struct
163 explicit SmartScopedReader(SmartRWMutex<mt_only> &m) : mutex(m) { in SmartScopedReader() argument
167 ~SmartScopedReader() { mutex.unlock_shared(); } in ~SmartScopedReader() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DRWMutex.h158 using SmartScopedReader = const std::shared_lock<SmartRWMutex<mt_only>>; variable
160 template <bool mt_only> struct SmartScopedReader { struct
163 explicit SmartScopedReader(SmartRWMutex<mt_only> &m) : mutex(m) { in SmartScopedReader() function
167 ~SmartScopedReader() { mutex.unlock_shared(); } in ~SmartScopedReader() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DRWMutex.h158 using SmartScopedReader = const std::shared_lock<SmartRWMutex<mt_only>>; variable
160 template <bool mt_only> struct SmartScopedReader { struct
163 explicit SmartScopedReader(SmartRWMutex<mt_only> &m) : mutex(m) { in SmartScopedReader() function
167 ~SmartScopedReader() { mutex.unlock_shared(); } in ~SmartScopedReader() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DRWMutex.h169 using SmartScopedReader = const std::shared_lock<SmartRWMutex<mt_only>>; variable
171 template <bool mt_only> struct SmartScopedReader { struct
174 explicit SmartScopedReader(SmartRWMutex<mt_only> &m) : mutex(m) { in SmartScopedReader() argument
178 ~SmartScopedReader() { mutex.unlock_shared(); } in ~SmartScopedReader() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DRWMutex.h170 using SmartScopedReader = const std::shared_lock<SmartRWMutex<mt_only>>; variable
172 template <bool mt_only> struct SmartScopedReader { struct
175 explicit SmartScopedReader(SmartRWMutex<mt_only> &m) : mutex(m) { in SmartScopedReader() argument
179 ~SmartScopedReader() { mutex.unlock_shared(); } in ~SmartScopedReader() argument
/aosp_15_r20/external/llvm/include/llvm/Support/
H A DRWMutex.h147 struct SmartScopedReader { struct
150 explicit SmartScopedReader(SmartRWMutex<mt_only>& m) : mutex(m) { in SmartScopedReader() argument
154 ~SmartScopedReader() { in ~SmartScopedReader() argument