From: bangerth Date: Thu, 30 Jul 2009 12:34:25 +0000 (+0000) Subject: Add to documentation. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93cbdfa0263e76e5efb69318b5a4de1f201bc999;p=dealii-svn.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. 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 */