#include <Lock.h>
List of all members.
Usage
func() { // mutex released when lock goes out of scope Lock lock( &mutex ); ... }