From: Wolfgang Bangerth <bangerth@math.tamu.edu>
Date: Thu, 30 Jul 2009 12:34:25 +0000 (+0000)
Subject: Add to documentation.
X-Git-Tag: v8.0.0~7432
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a05cc67ff1dcabc20e2a616a4367f953e2af53d1;p=dealii.git

Add to documentation.


git-svn-id: https://svn.dealii.org/trunk@19133 0785d39b-7218-0410-832d-ea1e28bc413d
---

diff --git a/deal.II/base/include/base/thread_management.h b/deal.II/base/include/base/thread_management.h
index d60a00de41..986e738f84 100644
--- a/deal.II/base/include/base/thread_management.h
+++ b/deal.II/base/include/base/thread_management.h
@@ -653,15 +653,22 @@ namespace Threads
                                     * threads are created by directly
                                     * calling the respective functions
                                     * of the operating system
-                                    * (e.g. <tt>pthread_create</tt> for the
-                                    * POSIX thread interface), or if
-                                    * they are killed (e.g. either
-                                    * through <tt>pthread_exit</tt> from
-                                    * the spawned thread, or
-                                    * <tt>pthread_kill</tt> from another
-                                    * thread), then these events are
-                                    * not registered and counted for
-                                    * the result of this function.
+                                    * (e.g. <tt>pthread_create</tt>
+                                    * for the POSIX thread interface),
+                                    * or if they are killed
+                                    * (e.g. either through
+                                    * <tt>pthread_exit</tt> from the
+                                    * spawned thread, or
+                                    * <tt>pthread_kill</tt> from
+                                    * another thread), then these
+                                    * events are not registered and
+                                    * counted for the result of this
+                                    * function. Likewise, threads that
+                                    * the Threading Building Blocks
+                                    * library may have created to work
+                                    * on tasks created using the
+                                    * Threads::new_task functions are
+                                    * not counted.
 				    *
 				    * @ingroup threads
                                     */