MutexConfig Members

BerkeleyDB

The MutexConfig type exposes the following members.

Constructors

  NameDescription
MutexConfig
Initializes a new instance of the MutexConfig class

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(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

  NameDescription
Alignment
The mutex alignment, in bytes.
Increment
Configure the number of additional mutexes to allocate.
MaxMutexes
The total number of mutexes to allocate.
NumTestAndSetSpins
The number of spins test-and-set mutexes should execute before blocking.

See Also