pub unsafe extern "C" fn svcReleaseSemaphore(
count: *mut s32,
semaphore: Handle,
release_count: s32,
) -> ResultExpand description
Releases a semaphore.
ยงArguments
count(direction out) - Pointer to output the current count of the semaphore to.semaphore- Handle of the semaphore.release_count- Number to increase the semaphore count by.