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