nn::os::LightSemaphore::LightSemaphore Constructor

Syntax

#include <nn/os.h>
LightSemaphore(
     s32 initialCount,
     s32 maxCount
);

Arguments

Name Description
in initialCount Specifies the initial counter value.
in maxCount Specifies the maximum counter value.

Description

Constructor.

Constructor that initializes.

You do not need to call Initialize separately.


CONFIDENTIAL