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

RTLeventResetEvent

Reset an event

Declaration

Source position: threadh.inc line 149

procedure RTLeventResetEvent(

  state: PRTLEvent

);

Description

RTLeventSetEvent notifies other threads which are listening, that the event has occurred.

See also

RTLEventCreate

  

Create a new RTL event

RTLEventDestroy

  

Destroy a RTL Event

RTLEventSetEvent

  

Notify threads of the event.

RTLEventWaitFor

  

Wait for an event.