PMDK C++ bindings
1.13.0-git107.g7e59f08f
This is the C++ bindings documentation for PMDK's libpmemobj.
|
Vector of locks to be unlocked at the destruction time. More...
#include <libpmemobj++/container/concurrent_hash_map.hpp>
Public Types | |
using | mutex_t = MutexType |
Public Member Functions | |
bucket * | push_and_try_lock (concurrent_hash_map *base, hashcode_type h) |
Save pointer to the lock in the vector and lock it. | |
Vector of locks to be unlocked at the destruction time.
MutexType - type of mutex used by buckets.