RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TConditionVariableHelper.Create Method

Initializes the condition variable.

Pascal
class function Create: TRTLConditionVariable; static;
C++
static __fastcall TRTLConditionVariable Create();

Call Create to initialize the condition variable.

Note: Condition variables are shared by threads only inside the same process. They cannot be shared between processes.
 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!