Overview | Namespace | Class | Index | Help |
PUBLIC MEMBERS: | CLASSES | STRUCTS | UNIONS | ENUMS | TYPEDEFS | METHODS | STATIC METHODS | DATA | STATIC DATA |
PRIVATE MEMBERS: | CLASSES | STRUCTS | UNIONS | ENUMS | TYPEDEFS | METHODS | STATIC METHODS | DATA | STATIC DATA |
osl::Condition (protected) | +--MonitorCondition
virtual | abstract | interface | template |
NO | NO | NO | NO |
Methods |
|
MonitorCondition( ) throw( ); |
Construction. |
~MonitorCondition( ) throw( ); |
Destruction. |
void acquire( ) throw( ); |
Acquire or enter the monitor. |
void release( ) throw( ); |
Release or leave the monitor. |
void wait( ) throw( ); |
Wait until all references are released. |
Data |
|
oslInterlockedCount m_nReferenceCount; | Representation. |
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.