[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'System' (#rtl) |
Function prototype for posting an event to a semaphore
Source position: threadh.inc line 52
type TSemaphorePostHandler = procedure( |
const sem: Pointer |
); |
TSemaphorePostHandler is the function prototype to post an event to the semaphore. It should handle a pointer as returned by the ThreadManager.SemaphoreInit procedure. it's used by the thread manager ThreadManager.SemaphorePost.
No notes exist for this page yet.