[Contents] [Index] [Help] [Retrace] [Browse <] [Browse >]

Once you have obtained the semaphore and completed any operations on the
semaphore protected object, you should release the semaphore.  The
ReleaseSemaphore() function does this.  For each successful
ObtainSemaphore(), ObtainSemaphoreShared() and AttemptSemaphore() call you
make, you must have a matching ReleaseSemaphore() call.