The MutexConfig type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | MutexConfig | Initializes a new instance of the MutexConfig class |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | Alignment |
The mutex alignment, in bytes.
|
![]() | Increment |
Configure the number of additional mutexes to allocate.
|
![]() | InitMutexes |
The initial number of mutexes to allocate.
|
![]() | MaxMutexes |
The total number of mutexes to allocate.
|
![]() | NumTestAndSetSpins |
The number of spins test-and-set mutexes should execute before
blocking.
|