Mutex()

Mutex::Mutex() constructor

Constructs unowned mutex.

System::Threading::Mutex::Mutex()

Mutex::Mutex(bool) constructor

Constructor.

System::Threading::Mutex::Mutex(bool initiallyOwned)

Arguments

ParameterTypeDescription
initiallyOwnedboolIf true, the mutex being constructed is owned initially.

Mutex::Mutex(bool, const String&) constructor

Constructor.

System::Threading::Mutex::Mutex(bool initiallyOwned, const String &name)

Arguments

ParameterTypeDescription
initiallyOwnedboolIf true, the mutex being constructed is owned initially.
nameconst String&Name of the mutex.

See Also