nnosLightSemaphoreInitialize Function

Syntax

#include <nn/os.h>

NN_EXTERN_C void nnosLightSemaphoreInitialize(
     nnosLightSemaphore * this_,
     s32 initialCount,
     s32 maxCount
);

Arguments

Name Description
this_
initialCount
maxCount

Return Values

Description

See the corresponding C++ function nn::os::LightSemaphore::LightSemaphore.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL