Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/
Dtest_time_jumps.cpp119 struct BoostHelper struct
121 typedef MutexType mutex;
122 typedef CondType cond;
124 typedef boost::lock_guard<MutexType> lock_guard;
125 typedef boost::unique_lock<MutexType> unique_lock;
127 typedef boost::chrono::milliseconds milliseconds;
128 typedef boost::chrono::nanoseconds nanoseconds;
130 typedef boost::chrono::system_clock system_clock;
131 typedef boost::chrono::steady_clock steady_clock;
132 typedef custom::custom_boost_clock custom_clock;
[all …]