nn::os::CriticalSection::CriticalSection Constructor

Syntax

#include <nn/os.h>

CriticalSection();

Arguments

None.

Description

Constructs an object.

Two constructors are provided: one performs initialization, and the other does not.

If you use the non-initializing version, you must call Initialize to explicitly initialize the object before you use it.


CONFIDENTIAL