#include <RixInterfaces.h>
Public Member Functions | |
| virtual | ~RixMutex () | 
| Virtual destructor.   | |
| virtual void | Lock ()=0 | 
| Lock access.   | |
| virtual void | Unlock ()=0 | 
| Unlock and allow access.   | |
This object can be used to lock access to shared data to prevent contention from multiple threads.
NOTE: This is not a high performance implementation; for best performance one should utilize native platform locks.
      
  | 
  
| 
 Virtual destructor. 
  | 
  
      
  | 
  
| 
 Lock access. 
  | 
  
      
  | 
  
| 
 Unlock and allow access. 
  | 
  
 1.4.6