A native OS mutex to synchronize access to shared resources. More...
#include <Threading.h>
Public Member Functions | |
| Mutex (const Mutex &)=delete | |
| Mutex (Mutex &&)=delete | |
| Mutex & | operator= (const Mutex &)=delete |
| Mutex & | operator= (Mutex &&)=delete |
| void | lock () |
| void | unlock () |
Friends | |
| struct | ConditionVariable |
A native OS mutex to synchronize access to shared resources.
Example: