From: Guido Kanschat Date: Thu, 25 Nov 2010 17:03:16 +0000 (+0000) Subject: Add warning about nested ThreadGroup objects X-Git-Tag: v8.0.0~4800 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa8cc08cbe69f7c511e614bd63cdddeeef4ee2e5;p=dealii.git Add warning about nested ThreadGroup objects git-svn-id: https://svn.dealii.org/trunk@22859 0785d39b-7218-0410-832d-ea1e28bc413d --- 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 */