From f73253fcf50c802a29d38f5a44ab564f153b7be9 Mon Sep 17 00:00:00 2001 From: "William E. Kempf" Date: Mon, 10 Mar 2003 20:14:12 +0000 Subject: [PATCH] Udpated shared_memory. [SVN r17800] --- build/Jamfile | 3 +- include/boost/thread/shared_memory.hpp | 28 ++- src/shared_memory.cpp | 279 ++++++++----------------- src/thread.cpp | 2 +- 4 files changed, 106 insertions(+), 206 deletions(-) diff --git a/build/Jamfile b/build/Jamfile index 2ccf6888..ab1b6fa4 100644 --- a/build/Jamfile +++ b/build/Jamfile @@ -42,7 +42,8 @@ include threads.jam ; # Base names of the source files for libboost_thread. CPP_SOURCES = condition mutex recursive_mutex thread tss xtime once - exceptions thread_pool barrier rw_mutex threadmon ; + exceptions thread_pool barrier rw_mutex threadmon + shared_memory ; dll boost_thread :