Mutex.this

this() @trusted nothrow @nogc

Initializes a mutex object.

this() shared @trusted nothrow @nogc

ditto

this(bool _unused_) @trusted nothrow @nogc
No documentation available for this declaration.
this(Object obj) @trusted nothrow @nogc

Initializes a mutex object and sets it as the monitor for obj.

In: obj must not already have a monitor.

this(Object obj) shared @trusted nothrow @nogc

ditto

this(Object obj, bool _unused_) @trusted nothrow @nogc
No documentation available for this declaration.