#include <boost/thread/detail/config.hpp>
#include <boost/predef/platform.h>
#include <boost/throw_exception.hpp>
#include <boost/assert.hpp>
#include <boost/thread/exceptions.hpp>
#include <boost/detail/interlocked.hpp>
#include <algorithm>
#include <boost/config/abi_prefix.hpp>
#include <boost/config/abi_suffix.hpp>
Classes | |
class | boost::detail::win32::handle_manager |
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::detail | |
boost::detail::win32 | |
boost::detail::win32::detail | |
Macros | |
#define | _InterlockedCompareExchange InterlockedCompareExchange |
Typedefs | |
typedef int(__stdcall * | boost::detail::win32::detail::farproc_t )() |
typedef ticks_type(__stdcall * | boost::detail::win32::detail::gettickcount64_t )() |
Enumerations | |
enum | boost::detail::win32::event_type { boost::detail::win32::auto_reset_event =false, boost::detail::win32::manual_reset_event =true } |
enum | boost::detail::win32::initial_event_state { boost::detail::win32::event_initially_reset =false, boost::detail::win32::event_initially_set =true } |
#define _InterlockedCompareExchange InterlockedCompareExchange |
Referenced by boost::detail::win32::GetTickCount64emulation().