Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/
Dlockable_concepts.hpp23 struct BasicLockable struct
26 BOOST_CONCEPT_USAGE(BasicLockable) in BOOST_CONCEPT_USAGE()
31 BasicLockable() : l(*static_cast<Mutex*>(0)) {} in BasicLockable() argument
35 Mutex& l;