DB_ENV->get_mp_mtxcount()
#include <db.h>
int
DB_ENV->get_mp_mtxcount(DB_ENV *dbenv, u_int32_t *mtxcount); The DB_ENV->get_mp_mtxcount() method returns the number of mutexes allocated for the hash table in the buffer pool.
Parameters
mtxcount
This parameter specifies the number of mutexes allocated for the hash table in the buffer pool.