Tervel
1.0.0
A collection of wait-free containers and algorithms.
|
#include <atomic>
#include <utility>
#include <assert.h>
#include <stdint.h>
#include <stddef.h>
#include <tervel/util/info.h>
#include <tervel/util/util.h>
#include <tervel/util/memory/hp/hp_list.h>
Go to the source code of this file.
Classes | |
class | tervel::util::memory::hp::Element |
This class is used for the creation of Hazard Pointer Protected Objects Objects which extend it have the ability to call safeFree which delays the calling of the objects destructor until it is safe to do so. More... | |
Namespaces | |
tervel | |
TODO(steven): | |
tervel::util | |
tervel::util::memory | |
tervel::util::memory::hp | |