nn::os::LockPolicy::Object Structuretemplate <class Locker> struct Object
| 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 done on an object-by-object basis.
Behavior and compatibility are not guaranteed when LockPolicy is not set to nn::os::Mutex or nn::os::CriticalSection.
CONFIDENTIAL