nn::os::Semaphore::Initialize Member Function#include <nn/os.h>
void Initialize(
s32 initialCount,
s32 maxCount
);
| Name | Description | |
|---|---|---|
| in | initialCount | Count value for the semaphore immediately after creation. |
| in | maxCount | Maximum count value that this semaphore can take. |
Initializes a semaphore that has already been constructed.
CONFIDENTIAL