[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'System' (#rtl)

TSemaphoreDestroyHandler

Function prototype for destroying a semaphore

Declaration

Source position: threadh.inc line 51

type TSemaphoreDestroyHandler = procedure(

  const sem: Pointer

);

Description

TSemaphoreDestroyHandler is the function prototype to destroy an existing semaphore, as returned by (ThreadManager.SemaphoreInit). It is used by the thread manager (ThreadManager.SemaphoreDestroy)

This page is hosted on Get Lazarus Code and Component Repository at SourceForge.net. Fast, secure and Free Open Source software downloads