Home
last modified time | relevance | path

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 Dstd_mutex.h129 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 Dunique_lock.h72 unique_lock(mutex_type& __m, defer_lock_t) noexcept in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstd_mutex.h215 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 Dunique_lock.h75 unique_lock(mutex_type& __m, defer_lock_t) noexcept in _GLIBCXX_VISIBILITY()
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A D__mutex_base60 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 Dmutex89 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 Dshared_mutex83 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 Dcompatibility-thread-c++0x.cc71 std::defer_lock_t defer_lock;
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dcompatibility-thread-c++0x.cc75 std::defer_lock_t defer_lock;
/netbsd-src/external/apache2/llvm/dist/libcxx/src/
H A Dmutex.cpp24 const defer_lock_t defer_lock{};
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dshared_mutex39 #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 DThreadSafetyAnalysis.rst902 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 Dshared_mutex724 shared_lock(mutex_type& __m, defer_lock_t) noexcept
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-2015965 * include/bits/mutex.h (defer_lock_t, try_lock_t,