Home
last modified time | relevance | path

Searched defs:SmartScopedWriter (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.h178 using SmartScopedWriter = std::lock_guard<SmartRWMutex<mt_only>>; variable
180 template <bool mt_only> struct SmartScopedWriter { struct
183 explicit SmartScopedWriter(SmartRWMutex<mt_only> &m) : mutex(m) { in SmartScopedWriter() function
187 ~SmartScopedWriter() { mutex.unlock(); } in ~SmartScopedWriter() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DRWMutex.h175 using SmartScopedWriter = std::lock_guard<SmartRWMutex<mt_only>>; variable
177 template <bool mt_only> struct SmartScopedWriter { struct
180 explicit SmartScopedWriter(SmartRWMutex<mt_only> &m) : mutex(m) { in SmartScopedWriter() argument
184 ~SmartScopedWriter() { mutex.unlock(); } in ~SmartScopedWriter() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DRWMutex.h175 using SmartScopedWriter = std::lock_guard<SmartRWMutex<mt_only>>; variable
177 template <bool mt_only> struct SmartScopedWriter { struct
180 explicit SmartScopedWriter(SmartRWMutex<mt_only> &m) : mutex(m) { in SmartScopedWriter() argument
184 ~SmartScopedWriter() { mutex.unlock(); } in ~SmartScopedWriter() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DRWMutex.h175 using SmartScopedWriter = std::lock_guard<SmartRWMutex<mt_only>>; variable
177 template <bool mt_only> struct SmartScopedWriter { struct
180 explicit SmartScopedWriter(SmartRWMutex<mt_only> &m) : mutex(m) { in SmartScopedWriter() function
184 ~SmartScopedWriter() { mutex.unlock(); } in ~SmartScopedWriter() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DRWMutex.h186 using SmartScopedWriter = std::lock_guard<SmartRWMutex<mt_only>>; variable
188 template <bool mt_only> struct SmartScopedWriter { struct
191 explicit SmartScopedWriter(SmartRWMutex<mt_only> &m) : mutex(m) { in SmartScopedWriter() argument
195 ~SmartScopedWriter() { mutex.unlock(); } in ~SmartScopedWriter() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DRWMutex.h187 using SmartScopedWriter = std::lock_guard<SmartRWMutex<mt_only>>; variable
189 template <bool mt_only> struct SmartScopedWriter { struct
192 explicit SmartScopedWriter(SmartRWMutex<mt_only> &m) : mutex(m) { in SmartScopedWriter() argument
196 ~SmartScopedWriter() { mutex.unlock(); } in ~SmartScopedWriter() argument
/aosp_15_r20/external/llvm/include/llvm/Support/
H A DRWMutex.h162 struct SmartScopedWriter { struct
165 explicit SmartScopedWriter(SmartRWMutex<mt_only>& m) : mutex(m) { in SmartScopedWriter() argument
169 ~SmartScopedWriter() { in ~SmartScopedWriter() argument