Semaphores
Includes functions for semaphores.
Acquire Function
Acquires a semaphore for the calling thread, if it is available.
GetThreadData Function
Gets the named data associated with the current thread.
GetThreadId Function
Returns the ID of the current thread.
Release Function
Releases a semaphore previously acquired by the
Acquire
function.
SetThreadData Function
Sets the named data to the specified value and associates it with the current thread.
Parent topic:
Functions