Home
last modified time | relevance | path

Searched refs:process_system_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.hpp136 process_system_cpu_clock::time_point process_system_cpu_clock::now() BOOST_NOEXCEPT in now()
147 ((static_cast<process_system_cpu_clock::rep>(system_time.dwHighDateTime) << 32) in now()
160 process_system_cpu_clock::time_point process_system_cpu_clock::now( in now()
176 ((static_cast<process_system_cpu_clock::rep>(system_time.dwHighDateTime) << 32) in now()
216 ((static_cast<process_system_cpu_clock::rep>(system_time.dwHighDateTime) << 32) in now()
251 ((static_cast<process_system_cpu_clock::rep>(system_time.dwHighDateTime) << 32) in now()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/chrono/test/clock/
Dclock_pass.cpp154 check_clock_invariants<boost::chrono::process_system_cpu_clock>(); in main()
155 BOOST_CHRONO_STATIC_ASSERT(boost::chrono::process_system_cpu_clock::is_steady, NOTHING, ()); in main()
156 check_clock_now<boost::chrono::process_system_cpu_clock>(); in main()
190 check_clock_now_ec<boost::chrono::process_system_cpu_clock>(); in main()
191 check_clock_now_throws<boost::chrono::process_system_cpu_clock>(); in main()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/chrono/include/boost/chrono/detail/inlined/posix/
Dprocess_cpu_clocks.hpp197 process_system_cpu_clock::time_point process_system_cpu_clock::now() BOOST_NOEXCEPT in now()
222 process_system_cpu_clock::time_point process_system_cpu_clock::now( in now()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/chrono/include/boost/chrono/io/
Dtime_point_units.hpp131 virtual string_type do_get_epoch(process_system_cpu_clock) const=0;
227 string_type do_get_epoch(process_system_cpu_clock ) const in do_get_epoch()
229 return clock_string<process_system_cpu_clock,CharT>::since(); in do_get_epoch()
Dduration_put.hpp223 s = put_value(s, ios, fill, process_system_cpu_clock::duration(d.count().system)); in put_value()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/chrono/include/boost/chrono/detail/inlined/mac/
Dprocess_cpu_clocks.hpp228 process_system_cpu_clock::time_point process_system_cpu_clock::now() BOOST_NOEXCEPT in now()
251 process_system_cpu_clock::time_point process_system_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.hpp62 class BOOST_CHRONO_DECL process_system_cpu_clock { class
67 typedef chrono::time_point<process_system_cpu_clock> time_point;
412 struct clock_string<process_system_cpu_clock, CharT>
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/chrono/test/
Dtest_9337.cpp25 test<process_system_cpu_clock>(); in main()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/chrono/example/
Dio_ex1.cpp82 cout << "\nprocess_system_cpu_clock::now() = " << process_system_cpu_clock::now() << '\n'; in main()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/chrono/perf/
Dstore_now_in_vector.cpp139 test<boost::chrono::process_system_cpu_clock>(); in main()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/chrono/test/io/
Dtime_point_input.cpp229 check_all<boost::chrono::process_system_cpu_clock> (); in main()
Dtime_point_output.cpp300 check_all<boost::chrono::process_system_cpu_clock> (); in main()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/chrono/doc/
Dchrono.qbk229 …rono.reference.other_clocks.process_cpu_clocks_hpp.process_system_cpu_clock `process_system_cpu_cl…
6112 virtual string_type do_get_epoch(process_system_cpu_clock) const=0;
6220 …ion:do_get_epoch_process_system_cpu_clock Member Function `do_get_epoch(process_system_cpu_clock)`]
6223 virtual string_type do_get_epoch(process_system_cpu_clock) const=0;
6306 … * __returns The epoch string returned by `clock_string<process_system_cpu_clock,CharT>::since()`.
6308 string_type do_get_epoch(process_system_cpu_clock ) const;
6756 class process_system_cpu_clock;
6777 struct clock_string<process_system_cpu_clock, CharT>;
6833 [section:process_system_cpu_clock Class `process_system_cpu_clock`]
6837 … process relative system current time can be obtained by calling `process_system_cpu_clock::now()`.
[all …]