nn::os::CriticalSection::CriticalSection Constructor#include <nn/os.h>
CriticalSection();
CriticalSection(
const nn::WithInitialize &
);
CriticalSection( )
|
Constructs an object. |
CriticalSection(const nn::WithInitialize &)
|
Constructs and initializes an object. |
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.
CriticalSection(const nn::WithInitialize &)Constructs and initializes an object.
CONFIDENTIAL