Tervel
1.0.0
A collection of wait-free containers and algorithms.
|
Classes | |
class | 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... | |
class | ElementList |
Defines a list of objects which are stored until they are safe to be freed. More... | |
class | HazardPointer |
This class is used to maintain the list of hazard pointed objects. More... | |
class | ListManager |
Encapsulates a shared central 'to free list' between several thread-local lists. More... | |