System.SyncObjs.TConditionVariableHelper.WakeAll

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure WakeAll;

Properties

Type Visibility Source Unit Parent
procedure public System.SyncObjs.pas System.SyncObjs TConditionVariableHelper

Description

Wakes up all threads sleeping on the condition variable.

Call Wake to wake up all threads sleeping on the condition variable.

Note: To reduce the number of context switches, make a call to WakeAll after releasing the critical section.

See Also