]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/thread/include/boost/thread/locks.hpp
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / thread / include / boost / thread / locks.hpp
1 // Distributed under the Boost Software License, Version 1.0. (See
2 // accompanying file LICENSE_1_0.txt or copy at
3 // http://www.boost.org/LICENSE_1_0.txt)
4 // (C) Copyright 2007 Anthony Williams
5 // (C) Copyright 2011-2012 Vicente J. Botet Escriba
6
7 #ifndef BOOST_THREAD_LOCKS_HPP
8 #define BOOST_THREAD_LOCKS_HPP
9
10 #include <boost/thread/lock_algorithms.hpp>
11 #include <boost/thread/lock_types.hpp>
12 #include <boost/thread/lock_guard.hpp>
13 #include <boost/thread/shared_lock_guard.hpp>
14 #include <boost/thread/lockable_traits.hpp>
15 #include <boost/thread/lock_options.hpp>
16
17 #endif