From a05cc67ff1dcabc20e2a616a4367f953e2af53d1 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 30 Jul 2009 12:34:25 +0000 Subject: [PATCH] Add to documentation. git-svn-id: https://svn.dealii.org/trunk@19133 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/thread_management.h | 25 ++++++++++++------- 1 file changed, 16 insertions(+), 9 deletions(-) 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. pthread_create for the - * POSIX thread interface), or if - * they are killed (e.g. either - * through pthread_exit from - * the spawned thread, or - * pthread_kill from another - * thread), then these events are - * not registered and counted for - * the result of this function. + * (e.g. pthread_create + * for the POSIX thread interface), + * or if they are killed + * (e.g. either through + * pthread_exit from the + * spawned thread, or + * pthread_kill 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 */ -- 2.39.5