nnosLightSemaphoreRelease Function#include <nn/os.h>
NN_EXTERN_C s32 nnosLightSemaphoreRelease(
nnosLightSemaphore * this_,
s32 releaseCount
);
| Name | Description | |
|---|---|---|
| this_ | ||
| releaseCount |
See the corresponding C++ function nn::os::LightSemaphore::Release.
CONFIDENTIAL