]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/boost/winapi/synchronization.hpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / boost / winapi / synchronization.hpp
1 /*
2 * Copyright 2010 Vicente J. Botet Escriba
3 * Copyright 2015 Andrey Semashev
4 *
5 * Distributed under the Boost Software License, Version 1.0.
6 * See http://www.boost.org/LICENSE_1_0.txt
7 */
8
9 #ifndef BOOST_WINAPI_SYNCHRONIZATION_HPP_INCLUDED_
10 #define BOOST_WINAPI_SYNCHRONIZATION_HPP_INCLUDED_
11
12 #include <boost/winapi/basic_types.hpp>
13 #include <boost/winapi/critical_section.hpp>
14 #include <boost/winapi/wait.hpp>
15 #include <boost/winapi/event.hpp>
16 #include <boost/winapi/mutex.hpp>
17 #include <boost/winapi/semaphore.hpp>
18 #include <boost/winapi/init_once.hpp>
19 #include <boost/winapi/srw_lock.hpp>
20 #include <boost/winapi/condition_variable.hpp>
21 #include <boost/winapi/apc.hpp>
22
23 #ifdef BOOST_HAS_PRAGMA_ONCE
24 #pragma once
25 #endif
26
27 #endif // BOOST_WINAPI_SYNCHRONIZATION_HPP_INCLUDED_