TCondVar: Methods Functions  


Methods

CloseClose the condvar
WaitWait for the condvar
SignalSignal the condvar
BroadcastBroadcast the condvar

Functions

CreateCreate a new condvar

Method reference

Method Close()
DescriptionClose the condvar

Method Wait( mutex:TMutex )
DescriptionWait for the condvar

Method Signal()
DescriptionSignal the condvar

Method Broadcast()
DescriptionBroadcast the condvar

Function reference

Function Create:TCondVar()
DescriptionCreate a new condvar