Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/
Dtest_time_jumps.cpp206 struct StdHelper struct
208 typedef MutexType mutex;
209 typedef CondType cond;
211 typedef std::lock_guard<MutexType> lock_guard;
212 typedef std::unique_lock<MutexType> unique_lock;
214 typedef std::chrono::milliseconds milliseconds;
215 typedef std::chrono::nanoseconds nanoseconds;
217 typedef std::chrono::system_clock system_clock;
218 typedef std::chrono::steady_clock steady_clock;
219 typedef custom::custom_std_clock custom_clock;
[all …]