nn::os::LightBarrier::LightBarrier Constructor

Syntax

#include <nn/os.h>

LightBarrier();

LightBarrier(
     s32 numWait
);

List of Overloaded Member Functions

LightBarrier() Constructor.
LightBarrier(s32) Constructor.

Description of LightBarrier()

Constructor that does not initialize.

You must call Initialize separately.

Description of LightBarrier(s32)

Constructor that initializes.

You do not need to call Initialize separately.


CONFIDENTIAL