#include <unixstl/synch/thread_mutex.hpp>
Public Types | |
| typedef thread_mutex | lock_type | 
| The lockable type.   | |
| typedef thread_mutex_lock_traits | class_type | 
Static Public Member Functions | |
| static void | lock (thread_mutex &c) | 
| Lock the given thread_mutex instance.   | |
| static void | unlock (thread_mutex &c) | 
| Unlock the given thread_mutex instance.   | |
| typedef thread_mutex lock_type | 
The lockable type.
| static void lock | ( | thread_mutex & | c | ) |  [inline, static] | 
        
| static void unlock | ( | thread_mutex & | c | ) |  [inline, static] | 
        
 1.5.6