| /third_party/boost/libs/chrono/test/time_point/ |
| D | arithmetic_pass.cpp | 26 typedef boost::chrono::system_clock Clock; in main() typedef 33 typedef boost::chrono::system_clock Clock; in main() typedef 40 typedef boost::chrono::system_clock Clock; in main() typedef 48 typedef boost::chrono::system_clock Clock; in main() typedef 56 typedef boost::chrono::system_clock Clock; in main() typedef 64 typedef boost::chrono::system_clock Clock; in main() typedef 72 typedef boost::chrono::system_clock Clock; in main() typedef 82 typedef boost::chrono::system_clock Clock; in main() typedef 93 typedef boost::chrono::system_clock Clock; in main() typedef 100 typedef boost::chrono::system_clock Clock; in main() typedef [all …]
|
| D | constructor_pass.cpp | 27 typedef boost::chrono::system_clock Clock; in main() typedef 35 typedef boost::chrono::system_clock Clock; in main() typedef 43 typedef boost::chrono::system_clock Clock; in main() typedef 49 typedef boost::chrono::system_clock Clock; in main() typedef 55 typedef boost::chrono::system_clock Clock; in main() typedef 61 typedef boost::chrono::system_clock Clock; in main() typedef 67 typedef boost::chrono::system_clock Clock; in main() typedef 73 typedef boost::chrono::system_clock Clock; in main() typedef
|
| D | arithmetic_ext_pass.cpp | 27 typedef boost::chrono::system_clock Clock; in main() typedef 34 typedef boost::chrono::system_clock Clock; in main() typedef 41 typedef boost::chrono::system_clock Clock; in main() typedef 48 typedef boost::chrono::system_clock Clock; in main() typedef 55 typedef boost::chrono::system_clock Clock; in main() typedef 62 typedef boost::chrono::system_clock Clock; in main() typedef
|
| D | time_point_cast_pass.cpp | 32 typedef boost::chrono::system_clock Clock; in test() typedef 59 typedef boost::chrono::system_clock Clock; in main() typedef
|
| D | time_point_cast_int_fail.cpp | 20 typedef boost::chrono::system_clock Clock; in test() typedef
|
| /third_party/boost/boost/chrono/ |
| D | time_point.hpp | 242 operator+(const time_point<Clock, Duration1>& lhs, in operator +() 260 const time_point<Clock, Duration2>& rhs) in operator +() 271 operator-(const time_point<Clock, Duration1>& lhs, in operator -() 282 operator-(const time_point<Clock, Duration1>& lhs, in operator -() 297 operator==(const time_point<Clock, Duration1>& lhs, in operator ==() 308 operator!=(const time_point<Clock, Duration1>& lhs, in operator !=() 319 operator<(const time_point<Clock, Duration1>& lhs, in operator <() 330 operator>(const time_point<Clock, Duration1>& lhs, in operator >() 341 operator<=(const time_point<Clock, Duration1>& lhs, in operator <=() 352 operator>=(const time_point<Clock, Duration1>& lhs, in operator >=() [all …]
|
| /third_party/boost/libs/thread/test/sync/conditions/condition_variable/ |
| D | wait_until_pass.cpp | 31 struct Clock struct 36 typedef boost::chrono::time_point<Clock> time_point; argument 37 static const bool is_steady = true; 39 static time_point now() in now()
|
| D | wait_until_pred_pass.cpp | 33 struct Clock struct 38 typedef boost::chrono::time_point<Clock> time_point; argument 39 static const bool is_steady = true; 41 static time_point now() in now()
|
| /third_party/boost/libs/thread/test/sync/conditions/condition_variable_any/ |
| D | wait_until_pass.cpp | 29 struct Clock struct 34 typedef boost::chrono::time_point<Clock> time_point; argument 35 static const bool is_steady = true; 37 static time_point now() in now()
|
| D | wait_until_pred_pass.cpp | 31 struct Clock struct 36 typedef boost::chrono::time_point<Clock> time_point; argument 37 static const bool is_steady = true; 39 static time_point now() in now()
|
| /third_party/boost/libs/thread/example/ |
| D | shared_mutex.cpp | 78 typedef boost::chrono::steady_clock Clock; in reader() typedef 93 typedef boost::chrono::steady_clock Clock; in writer() typedef 110 typedef boost::chrono::steady_clock Clock; in try_reader() typedef 127 typedef boost::chrono::steady_clock Clock; in try_writer() typedef 146 typedef boost::chrono::steady_clock Clock; in try_for_reader() typedef 163 typedef boost::chrono::steady_clock Clock; in try_for_writer() typedef 222 typedef boost::chrono::steady_clock Clock; in reader() typedef 237 typedef boost::chrono::steady_clock Clock; in writer() typedef 254 typedef boost::chrono::steady_clock Clock; in try_reader() typedef 271 typedef boost::chrono::steady_clock Clock; in try_writer() typedef [all …]
|
| /third_party/boost/boost/thread/ |
| D | poly_shared_lockable.hpp | 34 bool try_lock_shared_until(chrono::time_point<Clock, Duration> const & abs_time) in try_lock_shared_until() 65 bool try_lock_upgrade_until(chrono::time_point<Clock, Duration> const & abs_time) in try_lock_upgrade_until() 82 bool try_unlock_shared_and_lock_until(chrono::time_point<Clock, Duration> const & abs_time) in try_unlock_shared_and_lock_until() 100 …bool try_unlock_shared_and_lock_upgrade_until(chrono::time_point<Clock, Duration> const & abs_time) in try_unlock_shared_and_lock_upgrade_until() 119 bool try_unlock_upgrade_and_lock_until(chrono::time_point<Clock, Duration> const & abs_time) in try_unlock_upgrade_and_lock_until()
|
| D | null_mutex.hpp | 56 bool try_lock_until(chrono::time_point<Clock, Duration> const &) in try_lock_until() 92 bool try_lock_shared_until(chrono::time_point<Clock, Duration> const &) in try_lock_shared_until() 126 bool try_lock_upgrade_until(chrono::time_point<Clock, Duration> const &) in try_lock_upgrade_until() 150 bool try_unlock_shared_and_lock_until(chrono::time_point<Clock, Duration> const &) in try_unlock_shared_and_lock_until() 181 bool try_unlock_shared_and_lock_upgrade_until(chrono::time_point<Clock, Duration> const &) in try_unlock_shared_and_lock_upgrade_until() 218 bool try_unlock_upgrade_and_lock_until(chrono::time_point<Clock, Duration> const &) in try_unlock_upgrade_and_lock_until()
|
| D | lockable_adapter.hpp | 74 bool try_lock_until(chrono::time_point<Clock, Duration> const & abs_time) const in try_lock_until() 108 bool try_lock_shared_until(chrono::time_point<Clock, Duration> const & abs_time) const in try_lock_shared_until() 145 bool try_lock_upgrade_until(chrono::time_point<Clock, Duration> const & abs_time) const in try_lock_upgrade_until() 161 … bool try_unlock_shared_and_lock_until(chrono::time_point<Clock, Duration> const & abs_time) const in try_unlock_shared_and_lock_until() 182 …bool try_unlock_shared_and_lock_upgrade_until(chrono::time_point<Clock, Duration> const & abs_time… in try_unlock_shared_and_lock_upgrade_until() 207 … bool try_unlock_upgrade_and_lock_until(chrono::time_point<Clock, Duration> const & abs_time) const in try_unlock_upgrade_and_lock_until()
|
| /third_party/boost/libs/thread/test/threads/this_thread/sleep_until/ |
| D | sleep_until_pass.cpp | 29 typedef boost::chrono::steady_clock Clock; in main() typedef 44 typedef boost::chrono::system_clock Clock; in main() typedef 59 typedef boost::chrono::steady_clock Clock; in main() typedef 74 typedef boost::chrono::system_clock Clock; in main() typedef
|
| /third_party/boost/libs/chrono/test/io/ |
| D | time_point_output.cpp | 31 typedef boost::chrono::system_clock Clock; in test_good_prefix_system_clock() typedef 61 typedef boost::chrono::system_clock Clock; in test_good_symbol_system_clock() typedef 75 typedef boost::chrono::system_clock Clock; in test_good_utc_fmt_system_clock() typedef 91 typedef boost::chrono::system_clock Clock; in test_good_utc_fmt_system_clock2() typedef 117 typedef boost::chrono::system_clock Clock; in test_good_system_clock() typedef
|
| /third_party/boost/libs/thread/test/threads/this_thread/sleep_for/ |
| D | sleep_for_pass.cpp | 29 typedef boost::chrono::system_clock Clock; in main() typedef 43 typedef boost::chrono::system_clock Clock; in main() typedef
|
| /third_party/boost/libs/chrono/example/ |
| D | min_time_point.cpp | 49 min BOOST_PREVENT_MACRO_SUBSTITUTION (time_point<Clock, Duration1> t1, time_point<Clock, Duration2… in BOOST_PREVENT_MACRO_SUBSTITUTION()
|
| /third_party/boost/boost/fiber/ |
| D | condition_variable.hpp | 101 …tatus wait_until( LockType & lt, std::chrono::time_point< Clock, Duration > const& timeout_time_) { in wait_until() 139 bool wait_until( LockType & lt, in wait_until() 203 cv_status wait_until( std::unique_lock< mutex > & lt, in wait_until() 216 bool wait_until( std::unique_lock< mutex > & lt, in wait_until()
|
| /third_party/boost/boost/thread/v2/ |
| D | shared_mutex.hpp | 297 const boost::chrono::time_point<Clock, Duration>& abs_time) in try_lock_until() 375 const boost::chrono::time_point<Clock, Duration>& abs_time) in try_lock_shared_until() 675 const boost::chrono::time_point<Clock, Duration>& abs_time) in try_lock_until() 754 const boost::chrono::time_point<Clock, Duration>& abs_time) in try_lock_shared_until() 832 const boost::chrono::time_point<Clock, Duration>& abs_time) in try_lock_upgrade_until() 896 const boost::chrono::time_point<Clock, Duration>& abs_time) in try_unlock_shared_and_lock_until() 951 const boost::chrono::time_point<Clock, Duration>& abs_time) in try_unlock_shared_and_lock_upgrade_until() 1010 const boost::chrono::time_point<Clock, Duration>& abs_time) in try_unlock_upgrade_and_lock_until()
|
| /third_party/boost/boost/thread/pthread/ |
| D | shared_mutex.hpp | 227 bool try_lock_shared_until(const chrono::time_point<Clock, Duration>& abs_time) in try_lock_shared_until() 320 bool try_lock_until(const chrono::time_point<Clock, Duration>& abs_time) in try_lock_until() 409 bool try_lock_upgrade_until(const chrono::time_point<Clock, Duration>& abs_time) in try_lock_upgrade_until() 507 const chrono::time_point<Clock, Duration>& abs_time) in try_unlock_upgrade_and_lock_until() 565 const chrono::time_point<Clock, Duration>& abs_time) in try_unlock_shared_and_lock_until() 619 const chrono::time_point<Clock, Duration>& abs_time) in try_unlock_shared_and_lock_upgrade_until()
|
| /third_party/json/benchmarks/thirdparty/benchmark/cmake/ |
| D | steady_clock.cpp | 4 typedef std::chrono::steady_clock Clock; in main() typedef
|
| /third_party/boost/libs/chrono/test/time_point/cons/ |
| D | implicit_fail.cpp | 20 typedef boost::chrono::system_clock Clock; in test() typedef
|
| D | non_implicit_convertible_duration_fail.cpp | 20 typedef boost::chrono::system_clock Clock; in test() typedef
|
| /third_party/boost/boost/chrono/io/ |
| D | time_point_put.hpp | 93 …iter_type put(iter_type i, std::ios_base& ios, char_type fill, time_point<Clock, Duration> const& … in put() 111 time_point<Clock, Duration> const& tp, const CharT* pattern, const CharT* pat_end) const in put() 163 …iter_type put(iter_type i, std::ios_base& ios, char_type fill, time_point<Clock, Duration> const& … in put()
|