thread_clock.hpp 515 B

123456789101112131415
  1. // boost thread_clock.cpp -----------------------------------------------------------//
  2. // Copyright Vicente J. Botet Escriba 2010
  3. // Distributed under the Boost Software License, Version 1.0.
  4. // See http://www.boost.org/LICENSE_1_0.txt
  5. // See http://www.boost.org/libs/chrono for documentation.
  6. //--------------------------------------------------------------------------------------//
  7. #include <boost/chrono/config.hpp>
  8. #include <boost/chrono/detail/inlined/posix/thread_clock.hpp>
  9. #include <cassert>