nn::os::LightSemaphore::LightSemaphore Constructor#include <nn/os.h>
LightSemaphore(
s32 initialCount,
s32 maxCount
);
| Name | Description | |
|---|---|---|
| in | initialCount | Specifies the initial counter value. |
| in | maxCount | Specifies the maximum counter value. |
CONFIDENTIAL