nn::os::LightSemaphore::Initialize Member Function#include <nn/os.h>
void Initialize(
s32 initialCount,
s32 maxCount
);
| Name | Description | |
|---|---|---|
| in | initialCount | Specifies the initial counter value. |
| in | maxCount | Specifies the maximum counter value. You can specify a value up to 32,767. |
Performs initialization.
CONFIDENTIAL