C3D Toolkit
Kernel - 117982, Vision - 2.9.2.2
|
Mutex class presents non-recursive semantics of ownership and recursive one as well. MutexLocker class is a class for comfort that simplifies blocking and unlocking mutexes. More...
#include <vsn_global.h>
Classes | |
class | VSN::Mutex |
Mutex class is a synchronization primitive that can be used to protect the shared data from simultaneous access of several streams. In case of recursive one, Mutex class can be used to protect the common data from simultaneous access of several streams. More... | |
class | VSN::MutexLocker |
MutexLocker class is a mutex wrapper that provides convenient ownership mechanism of mutex throughout the scope. More... | |
Mutex class presents non-recursive semantics of ownership and recursive one as well. MutexLocker class is a class for comfort that simplifies blocking and unlocking mutexes.