nn::os::LockPolicy::Object Structure

Syntax

template <class Locker>
struct Object

Template Arguments

Name Description
Locker Specifies the type of object used for the lock. You can specify either nn::os::Mutex or nn::os::CriticalSection.

Description

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.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL