From 676eb029b8d58018670b9bfc4be5ef2969eca4b0 Mon Sep 17 00:00:00 2001 From: Roland Schwarz Date: Sun, 24 Sep 2006 13:08:22 +0000 Subject: [PATCH] Examples compile with bbv1 [SVN r35308] --- example/Jamfile | 48 +++++++++++++++++++------------------ example/Jamrules | 10 ++++---- example/condition.cpp | 16 +++++-------- example/monitor.cpp | 13 ++++------ example/mutex.cpp | 13 ++++------ example/once.cpp | 13 ++++------ example/recursive_mutex.cpp | 13 ++++------ example/starvephil.cpp | 13 ++++------ example/tennis.cpp | 13 ++++------ example/thread_group.cpp | 14 ++++------- example/tss.cpp | 13 ++++------ example/xtime.cpp | 13 ++++------ 12 files changed, 74 insertions(+), 118 deletions(-) diff --git a/example/Jamfile b/example/Jamfile index 4a0fc96d..c4e4d56d 100644 --- a/example/Jamfile +++ b/example/Jamfile @@ -1,19 +1,19 @@ -# Copyright 2006 Roland Schwarz. -# # Distributed under the Boost Software License, Version 1.0. (See -# # accompanying file LICENSE_1_0.txt or copy at -# # http://www.boost.org/LICENSE_1_0.txt) -# # -# # This work is a reimplementation along the design and ideas -# # of William E. Kempf. +# Copyright (C) 2006 Roland Schwarz. +# Distributed under the Boost Software License, Version 1.0. (See +# accompanying file LICENSE_1_0.txt or copy at +# http://www.boost.org/LICENSE_1_0.txt) +# +# This work is a reimplementation along the design and ideas +# of William E. Kempf. # # The threading library is available in two versions. -# Native to the environment and based upon pthread. +# Native to the environment or based ontop pthread. # To select which version to use you need to define # BOOST_THREAD_POSIX when compiling your sources. # If BOOST_THREAD_POSIX is defined this will choose # pthread implementation. -# You also need to compile the correct library version by +# You also need to specify the correct library version by # specifying the the or tags. # @boost/libs/thread/build/boost_thread for static native and # @boost/libs/thread/build/boost_thread_pthread static pthread. @@ -23,23 +23,25 @@ project-root ; template example : ## sources ## -