nn::os::LockPolicy::Global Structure

Syntax

template <class Locker>
struct Global

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 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.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL