hazptr_holder
Synopsis
Declared in <folly/synchronization/HazptrHolder.h>
template<template<
typename,
typename,
typename> typename Atom = atomic>
class hazptr_holder;
Member Functions
Name |
Description |
|
Constructors |
|
Destroys the holder, releasing any owned hazard pointer. |
Assignment operators |
|
Returns a pointer to the owned hazptr_rec. |
|
|
|
|
|
Sets the pointer to the owned hazptr_rec. |
|
Swaps ownership of hazard pointers between two holders. |
|
|
Friends
Name |
Description |
Grants hazptr_local access to the thread cache internals. |
Non-Member Functions
Name |
Description |
Construct a nonempty hazard pointer holder. |
|
Swap the contents of two hazard pointer holders. |
Created with MrDocs