MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / lock

Function lock

extern/boost/boost/thread/lock_algorithms.hpp:170–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168
169 template <typename MutexType1, typename MutexType2>
170 void lock(MutexType1& m1, MutexType2& m2)
171 {
172 detail::lock_impl(m1, m2, detail::is_mutex_type_wrapper<is_mutex_type<MutexType1>::value>());
173 }
174
175 template <typename MutexType1, typename MutexType2>
176 void lock(const MutexType1& m1, MutexType2& m2)

Callers 1

range_lock_guardMethod · 0.70

Calls 2

lock_implFunction · 0.85
lock_helperFunction · 0.85

Tested by

no test coverage detected