Tervel
1.0.0
A collection of wait-free containers and algorithms.
|
#include <pop_helper.h>
Public Member Functions | |
void | init (PopHelper *p) |
PopSubHelper (PopHelper *p) | |
void * | getValue () |
bool | complete (WFVector *vec, int pos) |
bool | tryFree () |
bool | watch (void *p, ArrayElement *a) |
void | unwatch () |
bool | isWatched () |
void * | readThrough () |
Public Attributes | |
void * | value |
PopHelper * | parent |
|
inline |
bool PopSubHelper::complete | ( | WFVector * | vec, |
int | pos | ||
) |
void * PopSubHelper::getValue | ( | ) |
|
inline |
|
inline |
|
inline |
bool PopSubHelper::tryFree | ( | ) |
|
inline |
|
inline |
PopHelper* PopSubHelper::parent |
void* PopSubHelper::value |