Home
last modified time | relevance | path

Searched refs:shared_lock (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/
H A Dshared_mutex75 class shared_lock
81 shared_lock() noexcept;
82 explicit shared_lock(mutex_type& m); // blocking
83 shared_lock(mutex_type& m, defer_lock_t) noexcept;
84 shared_lock(mutex_type& m, try_to_lock_t);
85 shared_lock(mutex_type& m, adopt_lock_t);
87 shared_lock(mutex_type& m,
90 shared_lock(mutex_type& m,
92 ~shared_lock();
94 shared_lock(shared_lock const&) = delete;
[all …]
H A Dsyncstream200 shared_lock __lock{__mutex_};
209 shared_lock __lock{__mutex_};
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp141 std::shared_lock<std::shared_mutex> guard(m_list_mutex); in WereAllFramesFetched()
582 std::shared_lock<std::shared_mutex> guard(m_list_mutex); in GetNumFrames()
592 std::shared_lock<std::shared_mutex> guard(m_list_mutex); in Dump()
616 std::shared_lock<std::shared_mutex> guard(m_list_mutex); in GetFrameAtIndex()
639 std::shared_lock<std::shared_mutex> guard(m_list_mutex); in GetFrameAtIndex()
692 std::shared_lock<std::shared_mutex> guard(m_list_mutex); in GetFrameWithStackID()
800 std::shared_lock<std::shared_mutex> guard(m_list_mutex); in SetSelectedFrame()
859 std::shared_lock<std::shared_mutex> guard(m_list_mutex); in GetStackFrameSPForStackFramePtr()
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dshared_mutex.inc17 using std::shared_lock;
H A Dshared_mutex.cppm
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DRWMutex.h170 using SmartScopedReader = const std::shared_lock<SmartRWMutex<mt_only>>;
/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/
H A DDebuginfod.cpp72 std::shared_lock<llvm::sys::RWMutex> ReadGuard(UrlsMutex); in getDefaultDebuginfodUrls()
492 std::shared_lock<sys::RWMutex> Guard(BinariesMutex); in getBinaryPath()
504 std::shared_lock<sys::RWMutex> Guard(DebugBinariesMutex); in getDebugBinaryPath()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameList.h210 std::shared_lock<std::shared_mutex> &guard);
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DInProcessModuleCache.cpp39 std::shared_lock<std::shared_mutex> Lock(*OwningLock.mutex()); in waitForUnlockFor()
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_tree.c
H A Dfs_core.h125 struct mutex shared_lock; global() member
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2669 SYMBOL(shared_lock, std::, <shared_mutex>)