From: bangerth Date: Fri, 23 Jan 2009 12:44:52 +0000 (+0000) Subject: Also rename ThreadMutex->Mutex and ThreadCondition->ConditionVariable in non-MT mode. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5bc76b22ad619a229bea83f31d8e10d8ccf3844b;p=dealii-svn.git Also rename ThreadMutex->Mutex and ThreadCondition->ConditionVariable in non-MT mode. git-svn-id: https://svn.dealii.org/trunk@18278 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 6641774d5e..4fdba09cbc 100644 --- a/deal.II/base/include/base/thread_management.h +++ b/deal.II/base/include/base/thread_management.h @@ -568,6 +568,7 @@ namespace Threads * objects. Likewise for the * barrier class. */ + typedef DummyThreadMutex Mutex; typedef DummyThreadMutex ThreadMutex; /** @@ -579,7 +580,8 @@ namespace Threads * objects. Likewise for the * barrier class. */ - typedef DummyThreadCondition ThreadCondition; + typedef DummyThreadCondition ConditionVariable; + typedef DummyThreadCondition ThreadCondition; /** * In non-multithread mode, the