System.SyncObjs.TConditionVariableHelper Methods

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
CreatepublicInitializes the condition variable.
FreepublicHas no effect.
SleepCSpublicSleeps on the condition variable and releases the given critical section.
WakepublicWakes up a single thread sleeping on the condition variable.
WakeAllpublicWakes up all threads sleeping on the condition variable.