Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6ICondvar::initialize ( p6ILock pLock)
pure virtual

Initializes the condition variable for use.

This method must be called before any other method.

Parameters
pLockA pointer to the p6ILock ineterface that is to be used with this condition variable. The condition variable will unlock this lock prior to suspending the thread in wait() and will lock it again before returning from wait().
Returns