Warning, file /include/boost/chrono/detail/inlined/thread_clock.hpp was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011 #ifndef BOOST_CHRONO_DETAIL_INLINED_THREAD_CLOCK_HPP
0012 #define BOOST_CHRONO_DETAIL_INLINED_THREAD_CLOCK_HPP
0013
0014 #include <boost/chrono/config.hpp>
0015 #include <boost/version.hpp>
0016 #if defined(BOOST_CHRONO_HAS_THREAD_CLOCK)
0017 #include <boost/chrono/thread_clock.hpp>
0018 #include <boost/throw_exception.hpp>
0019 #if defined BOOST_CHRONO_PROVIDE_HYBRID_ERROR_HANDLING
0020 #include <boost/system/system_error.hpp>
0021 #endif
0022 #include <boost/throw_exception.hpp>
0023 #include <boost/chrono/detail/system.hpp>
0024
0025
0026
0027
0028 #if defined(BOOST_CHRONO_WINDOWS_API)
0029 #include <boost/chrono/detail/inlined/win/thread_clock.hpp>
0030
0031
0032
0033
0034 #elif defined(BOOST_CHRONO_MAC_API)
0035 #include <boost/chrono/detail/inlined/mac/thread_clock.hpp>
0036
0037
0038
0039
0040 #elif defined(BOOST_CHRONO_POSIX_API)
0041 #include <boost/chrono/detail/inlined/posix/thread_clock.hpp>
0042
0043 #endif
0044
0045 #endif
0046 #endif