Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:53:47

0001 /*
0002  * Copyright 2010 Vicente J. Botet Escriba
0003  * Copyright 2015 Andrey Semashev
0004  *
0005  * Distributed under the Boost Software License, Version 1.0.
0006  * See http://www.boost.org/LICENSE_1_0.txt
0007  */
0008 
0009 #ifndef BOOST_WINAPI_SYNCHRONIZATION_HPP_INCLUDED_
0010 #define BOOST_WINAPI_SYNCHRONIZATION_HPP_INCLUDED_
0011 
0012 #include <boost/winapi/basic_types.hpp>
0013 #include <boost/winapi/critical_section.hpp>
0014 #include <boost/winapi/wait.hpp>
0015 #include <boost/winapi/event.hpp>
0016 #include <boost/winapi/mutex.hpp>
0017 #include <boost/winapi/semaphore.hpp>
0018 #include <boost/winapi/init_once.hpp>
0019 #include <boost/winapi/srw_lock.hpp>
0020 #include <boost/winapi/condition_variable.hpp>
0021 #include <boost/winapi/wait_on_address.hpp>
0022 #include <boost/winapi/apc.hpp>
0023 
0024 #ifdef BOOST_HAS_PRAGMA_ONCE
0025 #pragma once
0026 #endif
0027 
0028 #endif // BOOST_WINAPI_SYNCHRONIZATION_HPP_INCLUDED_