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

Notifies (wakes up) one waiting thread.

The thread wil return from the wait() method and can then check the condition.

Returns