[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Prepare the event for waiting.
Source position: threadh.inc line 150
procedure RTLeventStartWait( |
state: PRTLEvent |
); |
RTLeventResetEvent signals that a thread is ready to start waiting on an event state. No event can be posted until a thread explicitly starts waiting on the event using RTLEventWaitFor.
|
Create a new RTL event |
|
|
Destroy a RTL Event |
|
|
Notify threads of the event. |
|
|
Wait for an event. |