Searched refs:RWMutex (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/libunwind/src/
H A DRWMutex.hpp29 class _LIBUNWIND_HIDDEN RWMutex { class in namespace:libunwind
39 class _LIBUNWIND_HIDDEN RWMutex {
64 class _LIBUNWIND_HIDDEN RWMutex {
91 class _LIBUNWIND_HIDDEN RWMutex {
H A DUnwindCursor.hpp73 #include "RWMutex.hpp"
102 static RWMutex _lock;
129 RWMutex DwarfFDECache<A>::_lock;
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mutex.h97 class RWMutex { class in namespace:__sanitizer
99 RWMutex() { function in class:__sanitizer::RWMutex
103 ~RWMutex() {
174 RWMutex(const RWMutex&);
175 void operator = (const RWMutex&);
218 typedef GenericScopedLock<RWMutex> RWMutexLock;
219 typedef GenericScopedReadLock<RWMutex> RWMutexReadLock;
H A Dsanitizer_addrhashmap.h59 RWMutex mtx;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DRWMutex.h1 //===- RWMutex.h - Reader/Writer Mutual Exclusion Lock ----------*- C++ -*-===//
9 // This file declares the llvm::sys::RWMutex class.
33 /// Platform agnostic RWMutex class.
162 typedef SmartRWMutex<false> RWMutex; typedef in namespace:llvm::sys
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.h16 #include "llvm/Support/RWMutex.h"
297 mutable llvm::sys::RWMutex m_die_array_mutex;
299 mutable llvm::sys::RWMutex m_die_array_scoped_mutex;
307 llvm::sys::RWMutex m_first_die_mutex;
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h23 #include "llvm/Support/RWMutex.h"
50 mutable llvm::sys::RWMutex m_symlink_paths_mutex;
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLog.h23 #include "llvm/Support/RWMutex.h"
179 llvm::sys::RWMutex m_mutex;
/freebsd-13-stable/lib/clang/libllvm/
H A DMakefile938 SRCS_MIN+= Support/RWMutex.cpp

Completed in 222 milliseconds