Searched refs:defer_lock_t (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | std_mutex.h | 129 struct defer_lock_t { explicit defer_lock_t() = default; }; in _GLIBCXX_VISIBILITY() struct 139 _GLIBCXX17_INLINE constexpr defer_lock_t defer_lock { }; in _GLIBCXX_VISIBILITY()
|
H A D | unique_lock.h | 72 unique_lock(mutex_type& __m, defer_lock_t) noexcept in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | std_mutex.h | 215 struct defer_lock_t { explicit defer_lock_t() = default; }; in _GLIBCXX_VISIBILITY() struct 225 _GLIBCXX17_INLINE constexpr defer_lock_t defer_lock { }; in _GLIBCXX_VISIBILITY()
|
H A D | unique_lock.h | 75 unique_lock(mutex_type& __m, defer_lock_t) noexcept in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | __mutex_base | 60 struct _LIBCPP_TYPE_VIS defer_lock_t { explicit defer_lock_t() = default; }; 66 extern _LIBCPP_EXPORTED_FROM_ABI const defer_lock_t defer_lock; 72 /* _LIBCPP_INLINE_VAR */ constexpr defer_lock_t defer_lock = defer_lock_t(); 121 unique_lock(mutex_type& __m, defer_lock_t) _NOEXCEPT
|
H A D | mutex | 89 struct defer_lock_t { explicit defer_lock_t() = default; }; 93 inline constexpr defer_lock_t defer_lock{}; 133 unique_lock(mutex_type& m, defer_lock_t) noexcept;
|
H A D | shared_mutex | 83 shared_lock(mutex_type& m, defer_lock_t) noexcept; 333 shared_lock(mutex_type& __m, defer_lock_t) _NOEXCEPT
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/ |
H A D | compatibility-thread-c++0x.cc | 71 std::defer_lock_t defer_lock;
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/ |
H A D | compatibility-thread-c++0x.cc | 75 std::defer_lock_t defer_lock;
|
/netbsd-src/external/apache2/llvm/dist/libcxx/src/ |
H A D | mutex.cpp | 24 const defer_lock_t defer_lock{};
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
H A D | shared_mutex | 39 #include <bits/std_mutex.h> // defer_lock_t 729 shared_lock(mutex_type& __m, defer_lock_t) noexcept
|
/netbsd-src/external/apache2/llvm/dist/clang/docs/ |
H A D | ThreadSafetyAnalysis.rst | 902 struct defer_lock_t {} inline constexpr defer_lock = {}; 931 MutexLocker(Mutex *mu, defer_lock_t) EXCLUDES(mu) : mut(mu), locked(false) {}
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/ |
H A D | shared_mutex | 724 shared_lock(mutex_type& __m, defer_lock_t) noexcept
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog-2015 | 965 * include/bits/mutex.h (defer_lock_t, try_lock_t,
|