nn::os::CriticalSection::CriticalSection Constructor

Syntax

#include <nn/os.h>

CriticalSection();

CriticalSection(
     const nn::WithInitialize &
);

List of Overloaded Member Functions

CriticalSection( ) Constructs an object.
CriticalSection(const nn::WithInitialize &) Constructs and initializes an object.

Description of CriticalSection( )

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.

Description of CriticalSection(const nn::WithInitialize &)

Constructs and initializes an object.


CONFIDENTIAL