Searched defs:BoostHelper (Results 1 – 1 of 1) sorted by relevance
119 struct BoostHelper struct121 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 …]