Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/
Dlockable_concepts.hpp68 struct TimedLockable struct
72 BOOST_CONCEPT_USAGE(TimedLockable) in BOOST_CONCEPT_USAGE()
77 TimedLockable() : l(*static_cast<Mutex*>(0)) {} in TimedLockable() function
80 Mutex& l;
81 chrono::system_clock::time_point t;
82 chrono::system_clock::duration d;