#include <mutex.h>
Public Types | |
| typedef native_mutex_handle_type | native_handle_type |
Public Member Functions | |
| void | lock () |
| bool | try_lock () |
| void | unlock () |
| native_handle_type | native_handle () |
| mutex (const char *name) | |
Mutex facilitates protection against data races and allows thread-safe synchronization of data between threads. C++0x (30.4.1)