/* This Source Code Form is subject to the terms of the Mozilla Public *License,v.2.0.IfacopyoftheMPLwasnotdistributedwiththis
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
class PR_IMPLEMENT(RCCondition): public RCBase
{
public:
RCCondition(RCLock*); /* associates CV with a lock and infinite tmo */
virtual ~RCCondition();
virtual PRStatus Wait(); /* applies object's current timeout */
virtual PRStatus Notify(); /* perhaps ready one thread */
virtual PRStatus Broadcast(); /* perhaps ready many threads */
virtual PRStatus SetTimeout(const RCInterval&); /* set object's current timeout value */
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.