#include <LDK/Mutex.h>
Definition at line 42 of file Mutex.h.
Lock the mutex. May be called recursively by one thread, providing that the number of calls to lock() matches the number of calls to unlock()