PMDK C++ bindings  1.9.1
This is the C++ bindings documentation for PMDK's libpmemobj.
Namespaces
atomic_backoff.hpp File Reference

Atomic backoff, for time delay. More...

#include <thread>

Go to the source code of this file.

Namespaces

 pmem
 Persistent memory namespace.
 
 pmem::detail
 Implementation details.
 

Detailed Description

Atomic backoff, for time delay.

For a persistent version of concurrent hash map implementation Ref: https://arxiv.org/abs/1509.02235