Name
hw_UnLockSemaphore -- unlock a semaphore (V6.0)
Synopsis
void hw_UnLockSemaphore(APTR sem);
Function
This function unlocks the specified semaphore handle. See hw_LockSemaphore for details.

Designer compatibility
Unsupported

Inputs
sem
semaphore handle allocated by hw_AllocSemaphore()

Show TOC