Mutex Class

Definition

Line 11 of System.Base/Mutex.cm

Constructors & Destructor

public nothrow Mutex()
suppress Mutex(Mutex&&)
suppress Mutex(const Mutex&)
public ~Mutex()

Member Functions

public nothrow void Lock()
public nothrow void Unlock()
suppress void operator=(Mutex&)
suppress void operator=(Mutex&&)

Member Variables

private void* nativeHandle

Constructor& Destructor Details

Mutex Constructor

public nothrow Mutex()

Definition
Line 13 of System.Base/Mutex.cm


Mutex Constructor

suppress Mutex(Mutex&&)

Definition
Line 25 of System.Base/Mutex.cm


Mutex Constructor

suppress Mutex(const Mutex&)

Definition
Line 23 of System.Base/Mutex.cm


~Mutex Destructor

public ~Mutex()

Definition
Line 16 of System.Base/Mutex.cm


Member Function Details

Lock Member Function

public nothrow void Lock()

Definition
Line 27 of System.Base/Mutex.cm


Unlock Member Function

public nothrow void Unlock()

Definition
Line 31 of System.Base/Mutex.cm


operator= Member Function

suppress void operator=(Mutex&)

Definition
Line 24 of System.Base/Mutex.cm


operator= Member Function

suppress void operator=(Mutex&&)

Definition
Line 26 of System.Base/Mutex.cm