From c0e963555ae37647f69a65d2265866a5d880732d Mon Sep 17 00:00:00 2001 From: kanschat Date: Thu, 25 Nov 2010 17:03:16 +0000 Subject: [PATCH] Add warning about nested ThreadGroup objects git-svn-id: https://svn.dealii.org/trunk@22859 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/base/thread_management.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/deal.II/include/deal.II/base/thread_management.h b/deal.II/include/deal.II/base/thread_management.h index bcedd43bc2..5be475482f 100644 --- a/deal.II/include/deal.II/base/thread_management.h +++ b/deal.II/include/deal.II/base/thread_management.h @@ -3620,6 +3620,13 @@ namespace Threads * need to have the same return * value for the called function. * + * @warning On some operating + * systems, ThreadGroup objects + * cannot be nested, that is, A + * ThreadGroup may not be used in a + * function that was called by a + * ThreadGroup. + * * @author Wolfgang Bangerth, 2003 * @ingroup threads */ -- 2.39.5