From: Wolfgang 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-Tag: v8.0.0~8082 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ecbb712c5ea781e3794867adac1410426d1c14c;p=dealii.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