Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
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()
Dunique_lock.h75 unique_lock(mutex_type& __m, defer_lock_t) noexcept in _GLIBCXX_VISIBILITY()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
Dshared_mutex39 #include <bits/std_mutex.h> // defer_lock_t
729 shared_lock(mutex_type& __m, defer_lock_t) noexcept
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
DChangeLog-2015965 * include/bits/mutex.h (defer_lock_t, try_lock_t,