[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Function prototype for destroying a semaphore
Source position: threadh.inc line 66
type TSemaphoreDestroyHandler = procedure( |
const sem: Pointer |
); |
TSemaphoreDestroyHandler is the function prototype to destroy an existing semaphore, as returned by (ThreadManager.SemaphoreInit). It is used by the thread manager (ThreadManager.SemaphoreDestroy)