Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dshared_mutex75 class shared_lock
92 ~shared_lock();
94 shared_lock(shared_lock const&) = delete;
95 shared_lock& operator=(shared_lock const&) = delete;
97 shared_lock(shared_lock&& u) noexcept;
98 shared_lock& operator=(shared_lock&& u) noexcept;
310 class shared_lock
373 shared_lock(shared_lock const&) = delete;
374 shared_lock& operator=(shared_lock const&) = delete;
377 shared_lock(shared_lock&& __u) _NOEXCEPT
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DRWMutex.h167 using SmartScopedReader = const std::shared_lock<SmartRWMutex<mt_only>>;
/freebsd-13.1/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_tree.c903 mutex_lock(&fs_prio->shared_lock); in mlx5_create_auto_grouped_flow_table()
922 mutex_unlock(&fs_prio->shared_lock); in mlx5_create_auto_grouped_flow_table()
1021 mutex_lock(&prio->shared_lock); in mlx5_destroy_flow_table()
1025 mutex_unlock(&prio->shared_lock); in mlx5_destroy_flow_table()
1044 mutex_unlock(&prio->shared_lock); in mlx5_destroy_flow_table()
1052 mutex_unlock(&prio->shared_lock); in mlx5_destroy_flow_table()
1923 mutex_init(&fs_prio->shared_lock); in fs_create_prio()
H A Dfs_core.h125 struct mutex shared_lock; member