Searched defs:StdHelper (Results 1 – 1 of 1) sorted by relevance
206 struct StdHelper struct208 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 …]