[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'System' (#rtl)

RTLeventStartWait

Prepare the event for waiting.

Declaration

Source position: threadh.inc line 150

procedure RTLeventStartWait(

  state: PRTLEvent

);

Description

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.

See also

RTLEventCreate

  

Create a new RTL event

RTLEventDestroy

  

Destroy a RTL Event

RTLEventSetEvent

  

Notify threads of the event.

RTLEventWaitFor

  

Wait for an event.