A mutex, or lock. More...
#include <thread.h>
Public Attributes | |
| void * | data |
a C++ Mutex object cast to a void*. Not intended to be accessed. More... | |
A mutex, or lock.
mutexes are used to prevent memory errors when two programs or threads need to access the same variable.
| void* mutex::data |
a C++ Mutex object cast to a void*. Not intended to be accessed.