Home
last modified time | relevance | path

Searched refs:process_real_cpu_clock (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/chrono/include/boost/chrono/detail/inlined/win/
Dprocess_cpu_clocks.hpp33 process_real_cpu_clock::time_point process_real_cpu_clock::now() BOOST_NOEXCEPT in now()
47 process_real_cpu_clock::time_point process_real_cpu_clock::now( in now()
211 time_point::rep r(process_real_cpu_clock::now().time_since_epoch().count() in now()
246 time_point::rep r(process_real_cpu_clock::now().time_since_epoch().count() in now()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/chrono/test/clock/
Dclock_pass.cpp145 check_clock_invariants<boost::chrono::process_real_cpu_clock>(); in main()
146 BOOST_CHRONO_STATIC_ASSERT(boost::chrono::process_real_cpu_clock::is_steady, NOTHING, ()); in main()
147 check_clock_now<boost::chrono::process_real_cpu_clock>(); in main()
183 check_clock_now_ec<boost::chrono::process_real_cpu_clock>(); in main()
184 check_clock_now_throws<boost::chrono::process_real_cpu_clock>(); in main()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/chrono/include/boost/chrono/detail/inlined/posix/
Dprocess_cpu_clocks.hpp44 process_real_cpu_clock::time_point process_real_cpu_clock::now() BOOST_NOEXCEPT in now()
68 process_real_cpu_clock::time_point process_real_cpu_clock::now( in now()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/chrono/include/boost/chrono/io/
Dtime_point_units.hpp118 virtual string_type do_get_epoch(process_real_cpu_clock) const=0;
210 string_type do_get_epoch(process_real_cpu_clock ) const in do_get_epoch()
212 return clock_string<process_real_cpu_clock,CharT>::since(); in do_get_epoch()
Dduration_put.hpp219 s = put_value(s, ios, fill, process_real_cpu_clock::duration(d.count().real)); in put_value()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/chrono/include/boost/chrono/detail/inlined/mac/
Dprocess_cpu_clocks.hpp49 process_real_cpu_clock::time_point process_real_cpu_clock::now() BOOST_NOEXCEPT in now()
90 process_real_cpu_clock::time_point process_real_cpu_clock::now(system::error_code & ec) in now()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/chrono/include/boost/chrono/
Dprocess_cpu_clocks.hpp33 class BOOST_CHRONO_DECL process_real_cpu_clock { class
38 typedef chrono::time_point<process_real_cpu_clock> time_point;
367 struct clock_string<process_real_cpu_clock, CharT>
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/chrono/test/
Dtest_9337.cpp23 test<process_real_cpu_clock>(); in main()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/chrono/example/
Dio_ex1.cpp79 cout << "\nprocess_real_cpu_clock::now() = " << process_real_cpu_clock::now() << '\n'; in main()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/chrono/perf/
Dstore_now_in_vector.cpp134 test<boost::chrono::process_real_cpu_clock>(); in main()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/chrono/test/io/
Dtime_point_input.cpp224 check_all<boost::chrono::process_real_cpu_clock> (); in main()
Dtime_point_output.cpp295 check_all<boost::chrono::process_real_cpu_clock> (); in main()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/chrono/doc/
Dchrono.qbk228 …chrono.reference.other_clocks.process_cpu_clocks_hpp.process_real_cpu_clock `process_real_cpu_cloc…
6110 virtual string_type do_get_epoch(process_real_cpu_clock) const=0;
6192 [section:do_get_epoch_process_real_cpu_clock Member Function `do_get_epoch(process_real_cpu_clock)`]
6195 virtual string_type do_get_epoch(process_real_cpu_clock) const=0;
6296 … * __returns The epoch string returned by `clock_string<process_real_cpu_clock,CharT>::since()`.
6298 string_type do_get_epoch(process_real_cpu_clock ) const;
6754 class process_real_cpu_clock;
6775 struct clock_string<process_real_cpu_clock, CharT>;
6792 [section:process_real_cpu_clock Class `process_real_cpu_clock`]
6796 …cess. The process relative current time can be obtained by calling `process_real_cpu_clock::now()`.
[all …]