#include <stlsoft/synch/null_mutex.hpp>

Public Types | |
Member Types  | |
| typedef null_mutex | class_type | 
Public Member Functions | |
Construction  | |
| null_mutex () throw () | |
| Creates an instance of the mutex.   | |
Operations  | |
| void | lock () throw () | 
| Acquires a lock on the mutex, pending the thread until the lock is aquired.   | |
| void | unlock () throw () | 
| Releases an aquired lock on the mutex.   | |
| null_mutex | ( | ) |   throw () [inline] | 
        
Creates an instance of the mutex.
| void lock | ( | ) |   throw () [inline] | 
        
Acquires a lock on the mutex, pending the thread until the lock is aquired.
| void unlock | ( | ) |   throw () [inline] | 
        
Releases an aquired lock on the mutex.
 1.5.6