FreeSemaphore()

Syntax

FreeSemaphore(Semaphore)
Description
Destroys the given Semaphore object and frees all resources used by it.

Parameters

Semaphore The semaphore to free.

Return value

None.

See Also

CreateSemaphore()

Supported OS

All

<- FreeMutex() - Thread Index - IsThread() ->