nn::os::LockPolicy::Global Structuretemplate <class Locker> struct Global
| Name | Description |
|---|---|
| Locker | Specifies the type of object used for the lock. You can specify either nn::os::Mutex or nn::os::CriticalSection. |
Policy class that indicates that locking is performed using a single global locking mechanism.
Behavior and compatibility are not guaranteed when LockPolicy is not set to nn::os::Mutex or nn::os::CriticalSection.
CONFIDENTIAL