注意! 这个版本的文档是过时的,因为它描述了一个较老的SDK版本!请切换到最新SDK版本的文档。
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-04-29
Help improve this article
(or select a word/phrase and press Ctrl+Enter)