VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtOsgThreadingUtils.h
Go to the documentation of this file.
1 #pragma once
2 #include <OpenThreads/Condition>
3 #include <OpenThreads/Mutex>
4 #include <OpenThreads/Thread>
5 #include <OpenThreads/ScopedLock>
6 #include <OpenThreads/Atomic>
7 
8 namespace makVrv
9 {
10  namespace Threading
11  {
13  typedef OpenThreads::ScopedLock<OpenThreads::Mutex> ScopedMutexLock;
16  }
17 }
OpenThreads::Thread Thread
Definition: DtOsgThreadingUtils.h:14
OpenThreads::ScopedLock< OpenThreads::Mutex > ScopedMutexLock
Definition: DtOsgThreadingUtils.h:13
OpenThreads::Atomic Atomic
Definition: DtOsgThreadingUtils.h:15
OpenThreads::Mutex Mutex
Definition: DtOsgThreadingUtils.h:12

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)