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