Home
last modified time | relevance | path

Searched defs:UniqueLock (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/thread/
Dlock_concepts.hpp107 struct UniqueLock struct
110 typedef typename Lk::mutex_type mutex_type;
112 BOOST_CONCEPT_USAGE(UniqueLock) in BOOST_CONCEPT_USAGE()
116 UniqueLock() : in UniqueLock() argument
121 mutex_type& mtx;
/third_party/flutter/engine/flutter/fml/synchronization/
Dshared_mutex.h38 explicit UniqueLock(SharedMutex& shared_mutex) : shared_mutex_(shared_mutex) { in UniqueLock() function