mirror of
https://github.com/boostorg/thread.git
synced 2026-02-09 11:32:12 +00:00
https://svn.boost.org/svn/boost/trunk ........ r43679 | dgregor | 2008-03-17 10:31:21 -0700 (Mon, 17 Mar 2008) | 1 line Fix typo ........ r43680 | dgregor | 2008-03-17 10:34:46 -0700 (Mon, 17 Mar 2008) | 1 line Fix some documentation issues. Fixes #1655, fixes #1660 ........ r43685 | eric_niebler | 2008-03-17 14:46:08 -0700 (Mon, 17 Mar 2008) | 1 line small interface simplification, doc comment improvements ........ r43686 | jano_gaspar | 2008-03-17 15:27:15 -0700 (Mon, 17 Mar 2008) | 1 line circular_buffer: bugfix #1692 ........ r43687 | hljin | 2008-03-17 15:28:58 -0700 (Mon, 17 Mar 2008) | 1 line Added two scripts ........ r43690 | ramey | 2008-03-17 21:58:51 -0700 (Mon, 17 Mar 2008) | 3 lines Support serialization in DLLS Make thread-safe fix portable binary archives ........ r43691 | ramey | 2008-03-17 22:01:57 -0700 (Mon, 17 Mar 2008) | 3 lines Support serialization in DLLS Make thread-safe fix portable binary archives ........ r43692 | ramey | 2008-03-17 22:47:10 -0700 (Mon, 17 Mar 2008) | 3 lines Support serialization in DLLS Make thread-safe fix portable binary archives ........ r43693 | ramey | 2008-03-17 22:52:10 -0700 (Mon, 17 Mar 2008) | 3 lines Support serialization in DLLS Make thread-safe fix portable binary archives ........ r43694 | ramey | 2008-03-17 22:53:07 -0700 (Mon, 17 Mar 2008) | 3 lines Support serialization in DLLS Make thread-safe fix portable binary archives ........ r43695 | eric_niebler | 2008-03-17 23:18:33 -0700 (Mon, 17 Mar 2008) | 1 line work around gcc-4.0.1 bug with const-qualified function references ........ r43696 | eric_niebler | 2008-03-17 23:44:45 -0700 (Mon, 17 Mar 2008) | 1 line better, restrict fix to gcc-4.0 ........ r43701 | ramey | 2008-03-18 08:51:13 -0700 (Tue, 18 Mar 2008) | 3 lines Support serialization in DLLS Make thread-safe fix portable binary archives ........ r43702 | ramey | 2008-03-18 08:51:42 -0700 (Tue, 18 Mar 2008) | 3 lines Support serialization in DLLS Make thread-safe fix portable binary archives ........ r43704 | ramey | 2008-03-18 09:31:36 -0700 (Tue, 18 Mar 2008) | 3 lines Support serialization in DLLS Make thread-safe fix portable binary archives ........ r43705 | ramey | 2008-03-18 09:32:22 -0700 (Tue, 18 Mar 2008) | 3 lines Support serialization in DLLS Make thread-safe fix portable binary archives ........ r43706 | ramey | 2008-03-18 09:32:48 -0700 (Tue, 18 Mar 2008) | 3 lines Support serialization in DLLS Make thread-safe fix portable binary archives ........ r43709 | bemandawes | 2008-03-18 12:35:18 -0700 (Tue, 18 Mar 2008) | 1 line Fix inspect boo boos; mostly broken links ........ r43714 | grafik | 2008-03-18 18:01:19 -0700 (Tue, 18 Mar 2008) | 1 line Disable serialization tests until Robert fixes the testing breakage. ........ r43715 | bemandawes | 2008-03-18 18:42:03 -0700 (Tue, 18 Mar 2008) | 1 line Fix broken links ........ r43717 | ramey | 2008-03-18 22:17:02 -0700 (Tue, 18 Mar 2008) | 3 lines Support serialization in DLLS Make thread-safe fix portable binary archives ........ r43718 | eric_niebler | 2008-03-18 22:18:50 -0700 (Tue, 18 Mar 2008) | 1 line correct minor doc inaccuracies ........ r43719 | jano_gaspar | 2008-03-19 02:24:24 -0700 (Wed, 19 Mar 2008) | 1 line circular_buffer: improved documentation ........ r43721 | vladimir_prus | 2008-03-19 03:51:45 -0700 (Wed, 19 Mar 2008) | 5 lines Fix #1698 (http://svn.boost.org/trac/boost/ticket/1698). * build/virtual-target.jam (register): Ignore differences in incidental dependency features. ........ r43722 | vladimir_prus | 2008-03-19 04:09:29 -0700 (Wed, 19 Mar 2008) | 3 lines Remove usage-requirements as they are not necessary, and can cause bogus dependencies for serialization's client. ........ r43723 | bemandawes | 2008-03-19 05:33:41 -0700 (Wed, 19 Mar 2008) | 1 line Fix ordering of libraries within categories. [Vicente Juan Botet] ........ r43726 | grafik | 2008-03-19 09:27:43 -0700 (Wed, 19 Mar 2008) | 1 line Re-enable serialization tests, now that they should be fixed. ........ r43730 | anthonyw | 2008-03-19 10:25:13 -0700 (Wed, 19 Mar 2008) | 1 line Removed some warnings: those from issue #1640 and others ........ r43731 | danieljames | 2008-03-19 11:22:58 -0700 (Wed, 19 Mar 2008) | 1 line Thread is now using quickbook so we have to add a dependency to get it to build, and add it to the path, as it needs to be picked up from the build location. ........ r43732 | danieljames | 2008-03-19 11:27:34 -0700 (Wed, 19 Mar 2008) | 1 line Remove 'using quickbook' from my documentation jamfiles. It is no longer necessary, and might be harmful. ........ r43733 | pdimov | 2008-03-19 12:39:50 -0700 (Wed, 19 Mar 2008) | 1 line Regression test for enable_shared_from_this. ........ r43735 | lbourdev | 2008-03-19 21:27:41 -0700 (Wed, 19 Mar 2008) | 3 lines GIL: Changed a private type name to differ from #define used on some Linux systems. ........ r43738 | fmhess | 2008-03-20 12:32:43 -0700 (Thu, 20 Mar 2008) | 4 lines Added support for calling enable_shared_from_this::shared_from_this in constructors. Closes #1696. ........ r43739 | pdimov | 2008-03-20 15:10:52 -0700 (Thu, 20 Mar 2008) | 1 line Initialize _owned in the copy constructor as well. ........ r43741 | lbourdev | 2008-03-21 02:40:59 -0700 (Fri, 21 Mar 2008) | 3 lines GIL: Fixed a bug in planar device_n view construction. ........ r43742 | lbourdev | 2008-03-21 02:43:19 -0700 (Fri, 21 Mar 2008) | 3 lines GIL: Replaced tabs with spaces. ........ r43747 | ramey | 2008-03-21 09:37:24 -0700 (Fri, 21 Mar 2008) | 1 line Added consideration for compac Tru64 ........ r43748 | ramey | 2008-03-21 09:40:06 -0700 (Fri, 21 Mar 2008) | 1 line added include <ostream> for friend operators ........ r43750 | danieljames | 2008-03-21 09:52:40 -0700 (Fri, 21 Mar 2008) | 1 line Check links in single quotes as well as double quotes. ........ r43752 | danieljames | 2008-03-21 09:56:35 -0700 (Fri, 21 Mar 2008) | 1 line Decode percent coded characters and '&' when inspecting urls. ........ r43758 | ramey | 2008-03-21 10:19:07 -0700 (Fri, 21 Mar 2008) | 1 line Adjustment to inhibit compile error with intel compilers ........ r43766 | fmhess | 2008-03-21 12:19:25 -0700 (Fri, 21 Mar 2008) | 4 lines Worked around compilation error in boost::get_deleter when using old versions of g++. ........ r43781 | noel_belcourt | 2008-03-21 14:04:36 -0700 (Fri, 21 Mar 2008) | 3 lines pgi-7.1 has testable version macros, yeah! ........ r43782 | fmhess | 2008-03-21 14:12:21 -0700 (Fri, 21 Mar 2008) | 3 lines Fixed bogus test failure caused by new enable_shared_from_this features. ........ r43795 | ramey | 2008-03-22 11:59:07 -0700 (Sat, 22 Mar 2008) | 4 lines streamlined Jamfile.v2 eliminated build of binary_w* removed usage-requirement dropped serialization.jam as its no longer used ........ r43799 | grafik | 2008-03-22 15:53:35 -0700 (Sat, 22 Mar 2008) | 1 line Remove svn exec property from files that should not be executable to fix permission problems in archives. ........ r43803 | danieljames | 2008-03-23 06:03:24 -0700 (Sun, 23 Mar 2008) | 1 line Fix another license link I seem to have missed. ........ r43804 | fmhess | 2008-03-23 07:51:40 -0700 (Sun, 23 Mar 2008) | 3 lines Added a little more test code for new enable_shared_from_this behavior. ........ r43806 | ramey | 2008-03-23 11:36:00 -0700 (Sun, 23 Mar 2008) | 1 line adjusted header order for export.hpp to see if this will make gcc 4.x tests pass. ........ r43807 | ramey | 2008-03-23 12:09:51 -0700 (Sun, 23 Mar 2008) | 1 line made test compile only ........ r43808 | ramey | 2008-03-23 12:10:31 -0700 (Sun, 23 Mar 2008) | 1 line made test_static_warning compile only ........ r43809 | ramey | 2008-03-23 12:18:22 -0700 (Sun, 23 Mar 2008) | 1 line removed superflous static cast ........ [SVN r43812]
277 lines
6.2 KiB
C++
277 lines
6.2 KiB
C++
// Copyright (C) 2001-2003
|
|
// William E. Kempf
|
|
// Copyright (C) 2007 Anthony Williams
|
|
//
|
|
// 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)
|
|
|
|
#include <boost/thread/detail/config.hpp>
|
|
|
|
#include <boost/thread/tss.hpp>
|
|
#include <boost/thread/mutex.hpp>
|
|
#include <boost/thread/thread.hpp>
|
|
|
|
#include <boost/test/unit_test.hpp>
|
|
|
|
#include <libs/thread/test/util.inl>
|
|
|
|
#include <iostream>
|
|
|
|
#if defined(BOOST_HAS_WINTHREADS)
|
|
#define WIN32_LEAN_AND_MEAN
|
|
#include <windows.h>
|
|
#endif
|
|
|
|
boost::mutex check_mutex;
|
|
boost::mutex tss_mutex;
|
|
int tss_instances = 0;
|
|
int tss_total = 0;
|
|
|
|
struct tss_value_t
|
|
{
|
|
tss_value_t()
|
|
{
|
|
boost::mutex::scoped_lock lock(tss_mutex);
|
|
++tss_instances;
|
|
++tss_total;
|
|
value = 0;
|
|
}
|
|
~tss_value_t()
|
|
{
|
|
boost::mutex::scoped_lock lock(tss_mutex);
|
|
--tss_instances;
|
|
}
|
|
int value;
|
|
};
|
|
|
|
boost::thread_specific_ptr<tss_value_t> tss_value;
|
|
|
|
void test_tss_thread()
|
|
{
|
|
tss_value.reset(new tss_value_t());
|
|
for (int i=0; i<1000; ++i)
|
|
{
|
|
int& n = tss_value->value;
|
|
// Don't call BOOST_CHECK_EQUAL directly, as it doesn't appear to
|
|
// be thread safe. Must evaluate further.
|
|
if (n != i)
|
|
{
|
|
boost::mutex::scoped_lock lock(check_mutex);
|
|
BOOST_CHECK_EQUAL(n, i);
|
|
}
|
|
++n;
|
|
}
|
|
}
|
|
|
|
#if defined(BOOST_THREAD_PLATFORM_WIN32)
|
|
typedef HANDLE native_thread_t;
|
|
|
|
DWORD WINAPI test_tss_thread_native(LPVOID /*lpParameter*/)
|
|
{
|
|
test_tss_thread();
|
|
return 0;
|
|
}
|
|
|
|
native_thread_t create_native_thread(void)
|
|
{
|
|
native_thread_t const res=CreateThread(
|
|
0, //security attributes (0 = not inheritable)
|
|
0, //stack size (0 = default)
|
|
&test_tss_thread_native, //function to execute
|
|
0, //parameter to pass to function
|
|
0, //creation flags (0 = run immediately)
|
|
0 //thread id (0 = thread id not returned)
|
|
);
|
|
BOOST_CHECK(res!=0);
|
|
return res;
|
|
}
|
|
|
|
void join_native_thread(native_thread_t thread)
|
|
{
|
|
DWORD res = WaitForSingleObject(thread, INFINITE);
|
|
BOOST_CHECK(res == WAIT_OBJECT_0);
|
|
|
|
res = CloseHandle(thread);
|
|
BOOST_CHECK(SUCCEEDED(res));
|
|
}
|
|
#elif defined(BOOST_THREAD_PLATFORM_PTHREAD)
|
|
typedef pthread_t native_thread_t;
|
|
|
|
extern "C"
|
|
{
|
|
void* test_tss_thread_native(void* lpParameter)
|
|
{
|
|
test_tss_thread();
|
|
return 0;
|
|
}
|
|
}
|
|
|
|
native_thread_t create_native_thread()
|
|
{
|
|
native_thread_t thread_handle;
|
|
|
|
int const res = pthread_create(&thread_handle, 0, &test_tss_thread_native, 0);
|
|
BOOST_CHECK(!res);
|
|
return thread_handle;
|
|
}
|
|
|
|
void join_native_thread(native_thread_t thread)
|
|
{
|
|
void* result=0;
|
|
int const res=pthread_join(thread,&result);
|
|
BOOST_CHECK(!res);
|
|
}
|
|
#endif
|
|
|
|
void do_test_tss()
|
|
{
|
|
tss_instances = 0;
|
|
tss_total = 0;
|
|
|
|
const int NUMTHREADS=5;
|
|
boost::thread_group threads;
|
|
try
|
|
{
|
|
for (int i=0; i<NUMTHREADS; ++i)
|
|
threads.create_thread(&test_tss_thread);
|
|
threads.join_all();
|
|
}
|
|
catch(...)
|
|
{
|
|
threads.interrupt_all();
|
|
threads.join_all();
|
|
throw;
|
|
}
|
|
|
|
|
|
std::cout
|
|
<< "tss_instances = " << tss_instances
|
|
<< "; tss_total = " << tss_total
|
|
<< "\n";
|
|
std::cout.flush();
|
|
|
|
BOOST_CHECK_EQUAL(tss_instances, 0);
|
|
BOOST_CHECK_EQUAL(tss_total, 5);
|
|
|
|
tss_instances = 0;
|
|
tss_total = 0;
|
|
|
|
native_thread_t thread1 = create_native_thread();
|
|
native_thread_t thread2 = create_native_thread();
|
|
native_thread_t thread3 = create_native_thread();
|
|
native_thread_t thread4 = create_native_thread();
|
|
native_thread_t thread5 = create_native_thread();
|
|
|
|
join_native_thread(thread5);
|
|
join_native_thread(thread4);
|
|
join_native_thread(thread3);
|
|
join_native_thread(thread2);
|
|
join_native_thread(thread1);
|
|
|
|
std::cout
|
|
<< "tss_instances = " << tss_instances
|
|
<< "; tss_total = " << tss_total
|
|
<< "\n";
|
|
std::cout.flush();
|
|
|
|
// The following is not really an error. TSS cleanup support still is available for boost threads.
|
|
// Also this usually will be triggered only when bound to the static version of thread lib.
|
|
// 2006-10-02 Roland Schwarz
|
|
//BOOST_CHECK_EQUAL(tss_instances, 0);
|
|
BOOST_CHECK_MESSAGE(tss_instances == 0, "Support of automatic tss cleanup for native threading API not available");
|
|
BOOST_CHECK_EQUAL(tss_total, 5);
|
|
}
|
|
|
|
void test_tss()
|
|
{
|
|
timed_test(&do_test_tss, 2);
|
|
}
|
|
|
|
bool tss_cleanup_called=false;
|
|
|
|
struct Dummy
|
|
{};
|
|
|
|
void tss_custom_cleanup(Dummy* d)
|
|
{
|
|
delete d;
|
|
tss_cleanup_called=true;
|
|
}
|
|
|
|
boost::thread_specific_ptr<Dummy> tss_with_cleanup(tss_custom_cleanup);
|
|
|
|
void tss_thread_with_custom_cleanup()
|
|
{
|
|
tss_with_cleanup.reset(new Dummy);
|
|
}
|
|
|
|
void do_test_tss_with_custom_cleanup()
|
|
{
|
|
boost::thread t(tss_thread_with_custom_cleanup);
|
|
try
|
|
{
|
|
t.join();
|
|
}
|
|
catch(...)
|
|
{
|
|
t.interrupt();
|
|
t.join();
|
|
throw;
|
|
}
|
|
|
|
BOOST_CHECK(tss_cleanup_called);
|
|
}
|
|
|
|
|
|
void test_tss_with_custom_cleanup()
|
|
{
|
|
timed_test(&do_test_tss_with_custom_cleanup, 2);
|
|
}
|
|
|
|
Dummy* tss_object=new Dummy;
|
|
|
|
void tss_thread_with_custom_cleanup_and_release()
|
|
{
|
|
tss_with_cleanup.reset(tss_object);
|
|
tss_with_cleanup.release();
|
|
}
|
|
|
|
void do_test_tss_does_no_cleanup_after_release()
|
|
{
|
|
tss_cleanup_called=false;
|
|
boost::thread t(tss_thread_with_custom_cleanup_and_release);
|
|
try
|
|
{
|
|
t.join();
|
|
}
|
|
catch(...)
|
|
{
|
|
t.interrupt();
|
|
t.join();
|
|
throw;
|
|
}
|
|
|
|
BOOST_CHECK(!tss_cleanup_called);
|
|
if(!tss_cleanup_called)
|
|
{
|
|
delete tss_object;
|
|
}
|
|
}
|
|
|
|
void test_tss_does_no_cleanup_after_release()
|
|
{
|
|
timed_test(&do_test_tss_does_no_cleanup_after_release, 2);
|
|
}
|
|
|
|
boost::unit_test_framework::test_suite* init_unit_test_suite(int, char*[])
|
|
{
|
|
boost::unit_test_framework::test_suite* test =
|
|
BOOST_TEST_SUITE("Boost.Threads: tss test suite");
|
|
|
|
test->add(BOOST_TEST_CASE(test_tss));
|
|
test->add(BOOST_TEST_CASE(test_tss_with_custom_cleanup));
|
|
test->add(BOOST_TEST_CASE(test_tss_does_no_cleanup_after_release));
|
|
|
|
return test;
|
|
}
|