nn::os::CriticalSection::CriticalSection Constructor#include <nn/os.h> CriticalSection();
None.
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