Searched refs:_M_device (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dunique_lock.h62 : _M_device(0), _M_owns(false)
66 : _M_device(std::__addressof(__m)), _M_owns(false)
73 : _M_device(std::__addressof(__m)), _M_owns(false)
77 : _M_device(std::__addressof(__m)), _M_owns(_M_device->try_lock())
81 : _M_device(std::__addressof(__m)), _M_owns(true)
89 : _M_device(std::__addressof(__m)),
90 _M_owns(_M_device->try_lock_until(__atime))
96 : _M_device(std::__addressof(__m)),
97 _M_owns(_M_device
227 mutex_type* _M_device; member in class:unique_lock
[all...]
H A Dstd_mutex.h158 explicit lock_guard(mutex_type& __m) : _M_device(__m)
159 { _M_device.lock(); }
161 lock_guard(mutex_type& __m, adopt_lock_t) noexcept : _M_device(__m) function in class:lock_guard
165 { _M_device.unlock(); }
171 mutex_type& _M_device; member in class:lock_guard
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dunique_lock.h65 : _M_device(0), _M_owns(false)
69 : _M_device(std::__addressof(__m)), _M_owns(false)
76 : _M_device(std::__addressof(__m)), _M_owns(false)
80 : _M_device(std::__addressof(__m)), _M_owns(_M_device->try_lock())
84 : _M_device(std::__addressof(__m)), _M_owns(true)
92 : _M_device(std::__addressof(__m)),
93 _M_owns(_M_device->try_lock_until(__atime))
99 : _M_device(std::__addressof(__m)),
100 _M_owns(_M_device
230 mutex_type* _M_device; member in class:unique_lock
[all...]
H A Dstd_mutex.h247 explicit lock_guard(mutex_type& __m) : _M_device(__m)
248 { _M_device.lock(); }
250 lock_guard(mutex_type& __m, adopt_lock_t) noexcept : _M_device(__m) function in class:lock_guard
254 { _M_device.unlock(); }
260 mutex_type& _M_device; member in class:lock_guard
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dconcurrence.h234 __mutex_type& _M_device; member in class:__scoped_lock
240 explicit __scoped_lock(__mutex_type& __name) : _M_device(__name)
241 { _M_device.lock(); }
244 { _M_device.unlock(); }
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dconcurrence.h234 __mutex_type& _M_device; member in class:__scoped_lock
240 explicit __scoped_lock(__mutex_type& __name) : _M_device(__name)
241 { _M_device.lock(); }
244 { _M_device.unlock(); }

Completed in 399 milliseconds