Unigine::ScopedReentrantLock Class
Header: | #include <UnigineThread.h> |
This class implements a scoped reentrant lock operating on a reentrant mutex.
ScopedReentrantLock Class
Members
static ScopedReentrantLockPtr create ( ReentrantMutex & m ) #
Constructs a scoped lock for the specified synchronization object (reentrant mutex).Arguments
- ReentrantMutex & m - Synchronization object (ReentrantMutex).
Last update:
2021-12-13
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)