Home
last modified time | relevance | path

Searched defs:Clock (Results 1 – 25 of 144) sorted by relevance

123456

/third_party/boost/libs/chrono/test/time_point/
Darithmetic_pass.cpp26 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 …]
Dconstructor_pass.cpp27 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
Darithmetic_ext_pass.cpp27 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
Dtime_point_cast_pass.cpp32 typedef boost::chrono::system_clock Clock; in test() typedef
59 typedef boost::chrono::system_clock Clock; in main() typedef
Dtime_point_cast_int_fail.cpp20 typedef boost::chrono::system_clock Clock; in test() typedef
/third_party/boost/boost/chrono/
Dtime_point.hpp242 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/
Dwait_until_pass.cpp31 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()
Dwait_until_pred_pass.cpp33 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/
Dwait_until_pass.cpp29 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()
Dwait_until_pred_pass.cpp31 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/
Dshared_mutex.cpp78 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/
Dpoly_shared_lockable.hpp34 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()
Dnull_mutex.hpp56 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()
Dlockable_adapter.hpp74 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/
Dsleep_until_pass.cpp29 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/
Dtime_point_output.cpp31 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/
Dsleep_for_pass.cpp29 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/
Dmin_time_point.cpp49 min BOOST_PREVENT_MACRO_SUBSTITUTION (time_point<Clock, Duration1> t1, time_point<Clock, Duration2… in BOOST_PREVENT_MACRO_SUBSTITUTION()
/third_party/boost/boost/fiber/
Dcondition_variable.hpp101 …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/
Dshared_mutex.hpp297 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/
Dshared_mutex.hpp227 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/
Dsteady_clock.cpp4 typedef std::chrono::steady_clock Clock; in main() typedef
/third_party/boost/libs/chrono/test/time_point/cons/
Dimplicit_fail.cpp20 typedef boost::chrono::system_clock Clock; in test() typedef
Dnon_implicit_convertible_duration_fail.cpp20 typedef boost::chrono::system_clock Clock; in test() typedef
/third_party/boost/boost/chrono/io/
Dtime_point_put.hpp93 …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()

123456