2
0
mirror of https://github.com/boostorg/thread.git synced 2026-02-09 11:32:12 +00:00

New mutex implementations, more akin to C++0x

[SVN r39784]
This commit is contained in:
Anthony Williams
2007-10-08 15:41:05 +00:00
parent a706d1df00
commit 9d4c55161a
17 changed files with 1524 additions and 386 deletions

View File

@@ -10,6 +10,7 @@
#include <boost/thread/thread.hpp>
#include <boost/thread/xtime.hpp>
#include <boost/thread/condition.hpp>
#include <boost/thread/locks.hpp>
#include <cassert>
#if defined(BOOST_HAS_WINTHREADS)