
#include <PPCAtomicQueue.h>

Data Fields | |
| volatile ppc_atomic_t | Producer |
| volatile ppc_atomic_t | UpperBound |
| char | pad [32-2 *sizeof(ppc_atomic_t)] |
Definition at line 43 of file PPCAtomicQueue.h.
| volatile ppc_atomic_t _ppcatomicstate::Producer |
Definition at line 44 of file PPCAtomicQueue.h.
Referenced by PPCAtomicDequeue(), PPCAtomicEnqueue(), PPCAtomicQueue2QSpinWait(), PPCAtomicQueueEmpty(), PPCAtomicQueueInit(), and PPCAtomicQueueSpinWait().
| volatile ppc_atomic_t _ppcatomicstate::UpperBound |
Definition at line 45 of file PPCAtomicQueue.h.
Referenced by PPCAtomicDequeue(), and PPCAtomicQueueInit().
| char _ppcatomicstate::pad[32-2 *sizeof(ppc_atomic_t)] |
Definition at line 47 of file PPCAtomicQueue.h.
1.5.5