Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IMonitor::wait ( void  )
pure virtual

Waits for another thread to call notify() or notifyAll().

The lock MUST be held by the current thread before calling this method. This method MUST be called in a while loop to mitigate spurious wakeups.

Returns