|
osgEarth 2.1.1
|
Collaboration diagram for osgEarth::Threading::ScopedWriteLock:Public Member Functions | |
| ScopedWriteLock (ReadWriteMutex &lock) | |
| ~ScopedWriteLock () | |
Protected Attributes | |
| ReadWriteMutex & | _lock |
Definition at line 272 of file ThreadingUtils.
| osgEarth::Threading::ScopedWriteLock::ScopedWriteLock | ( | ReadWriteMutex & | lock | ) | [inline] |
| osgEarth::Threading::ScopedWriteLock::~ScopedWriteLock | ( | ) | [inline] |
Definition at line 275 of file ThreadingUtils.
{ _lock.writeUnlock(); }
Here is the call graph for this function:Definition at line 277 of file ThreadingUtils.
1.7.3