[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Create a new RTL event
Source position: threadh.inc line 146
function RTLEventCreate: PRTLEvent; |
RTLEventCreatecreates and initializes a new RTL event. RTL events are used to notify other threads that a certain condition is met, and to notify other threads of condition changes (conditional variables).
The function returns an initialized RTL event, which must be disposed of with RTLEventdestroy
RTLEventis used mainly for the synchronize method.
|
Destroy a RTL Event |
|
RTLEventSet |
||
RTLEventReSet |
||
|
Wait for an event. |