System.SyncObjs.TConditionVariableHelper.Wake

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Wake;

Properties

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

Description

Wakes up a single thread sleeping on the condition variable.

Call Wake to wake up a single thread sleeping on the condition variable.

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

See Also