Unit 'System' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TSemaphoreDestroyHandler

Function prototype for destroying a semaphore.

Declaration

Source position: threadh.inc line 66

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)


Documentation generated on: Jul 24 2023