nnosLightSemaphoreRelease Function

Syntax

#include <nn/os.h>

NN_EXTERN_C s32 nnosLightSemaphoreRelease(
     nnosLightSemaphore * this_,
     s32 releaseCount
);

Arguments

Name Description
this_
releaseCount

Return Values

Description

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

Revision History

2010/06/14
Initial version.

CONFIDENTIAL