LightSemaphore

nn::os::LightSemaphore::LightSemaphore Constructor

Syntax

#include <nn/os.h>

LightSemaphore();

LightSemaphore(
     s32 initialCount,
     s32 maxCount
);

List of Overloaded Member Functions

LightSemaphore() Constructor.
LightSemaphore(s32, s32) Constructor.

Description of LightSemaphore()

Constructor that does not initialize.

You must call Initialize separately.

Description of LightSemaphore(s32, s32)

Constructor that initializes.

You do not need to call Initialize separately.


CONFIDENTIAL