nn::os::Semaphore::Initialize Member Function

Syntax

#include <nn/os.h>

void Initialize(
     s32 initialCount,
     s32 maxCount
);

Arguments

Name Description
in initialCount Count value for the semaphore immediately after creation.
in maxCount Maximum count value that this semaphore can take.

Return Values

None.

Description

Initializes a semaphore that has already been constructed.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL