MutexConfig Properties

BerkeleyDB

The MutexConfig type exposes the following members.

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