Tervel
1.0.0
A collection of wait-free containers and algorithms.
|
#include <pop_op.h>
Public Member Functions | |
PopOp () | |
void * | begin (WFVector *vec) |
void * | s_execute (WFVector *vec) |
void | execute (WFVector *vec) |
bool | tryFree () |
Public Attributes | |
std::atomic< PopHelper * > | assoc |
|
inline |
void * PopOp::begin | ( | WFVector * | vec | ) |
|
inline |
void * PopOp::s_execute | ( | WFVector * | vec | ) |
bool PopOp::tryFree | ( | ) |
std::atomic<PopHelper *> PopOp::assoc |