Acquire the given mutex for the lifetime of this guard.

Synopsis

Declared in <util/stdmutex.h>

[[acquire_capability(0x7f2e35e5b228), acquire_capability(0x7f2e439ab698)]]
explicit
Guard(StdMutex& cs);

Parameters

Name

Description

cs

The mutex to lock.

Created with MrDocs