| [Overview][Types][Classes][Index] |
Gets or creates the RTL event for the synchronization object.
Source position: lazcollections.pas line 34
function TWaitableSection.GetCachedOrNewEvent( |
AnEventCache: PPRTLEvent |
):PRTLEvent; |
AnEventCache |
|
Cached event acquired or updated in the method. |
Pointer to the RTL event acquired or created in the method.
RTLEventCreate |
InterlockedExchange |