Galois
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
galois::worklists::PerThreadChunkStack Class Reference

#include <PerThreadChunk.h>

Public Member Functions

bool empty () const
 
void push (ChunkHeader *obj)
 
ChunkHeaderpop ()
 
ChunkHeaderstealAllAndPop (PerThreadChunkStack &victim)
 
ChunkHeaderstealHalfAndPop (PerThreadChunkStack &victim)
 

Member Function Documentation

bool galois::worklists::PerThreadChunkStack::empty ( void  ) const
inline
ChunkHeader* galois::worklists::PerThreadChunkStack::pop ( void  )
inline
void galois::worklists::PerThreadChunkStack::push ( ChunkHeader obj)
inline
ChunkHeader* galois::worklists::PerThreadChunkStack::stealAllAndPop ( PerThreadChunkStack victim)
inline
ChunkHeader* galois::worklists::PerThreadChunkStack::stealHalfAndPop ( PerThreadChunkStack victim)
inline

The documentation for this class was generated from the following file: