PerThreadWorkList.h File Reference

Per Thread workLists-*- C++ -*-. More...

#include <vector>
#include <deque>
#include <list>
#include <set>
#include <limits>
#include <iterator>
#include <cstdio>
#include <boost/iterator/counting_iterator.hpp>
#include <boost/iterator/transform_iterator.hpp>
#include "Galois/Threads.h"
#include "Galois/PriorityQueue.h"
#include "Galois/TwoLevelIterator.h"
#include "Galois/Runtime/PerThreadStorage.h"
#include "Galois/Runtime/ThreadPool.h"
#include "Galois/Runtime/mm/Mem.h"
#include "Galois/Runtime/ll/gio.h"

Go to the source code of this file.

Classes

class  Galois::Runtime::anonymous_namespace{PerThreadWorkList.h}::OuterPerThreadWLIter< PerThrdWL >
class  Galois::Runtime::PerThreadWorkList< Cont_tp >
struct  Galois::Runtime::PerThreadFactory::Alloc< T >
struct  Galois::Runtime::PerThreadFactory::FSBAlloc< T >
struct  Galois::Runtime::PerThreadFactory::Vector< T >
struct  Galois::Runtime::PerThreadFactory::Deque< T >
struct  Galois::Runtime::PerThreadFactory::List< T >
struct  Galois::Runtime::PerThreadFactory::Set< T, C >
struct  Galois::Runtime::PerThreadFactory::PQ< T, C >
class  Galois::Runtime::PerThreadVector< T >
class  Galois::Runtime::PerThreadDeque< T >
class  Galois::Runtime::PerThreadList< T >
class  Galois::Runtime::PerThreadSet< T, C >
class  Galois::Runtime::PerThreadMinHeap< T, C >

Namespaces

namespace  Galois
 

Main Galois namespace.


namespace  Galois::Runtime
 

Internal Galois functionality - Use at your own risk.


namespace  Galois::Runtime::anonymous_namespace{PerThreadWorkList.h}
namespace  Galois::Runtime::PerThreadFactory

Typedefs

typedef
MM::SimpleBumpPtrWithMallocFallback
< MM::FreeListHeap
< MM::SystemBaseAlloc > > 
Galois::Runtime::PerThreadFactory::BasicHeap
typedef
MM::ThreadAwarePrivateHeap
< BasicHeap > 
Galois::Runtime::PerThreadFactory::Heap

Enumerations

enum  Galois::Runtime::anonymous_namespace{PerThreadWorkList.h}::GlobalPos { Galois::Runtime::anonymous_namespace{PerThreadWorkList.h}::GLOBAL_BEGIN, Galois::Runtime::anonymous_namespace{PerThreadWorkList.h}::GLOBAL_END }

Functions

template<typename PerThrdWL >
OuterPerThreadWLIter< PerThrdWL > Galois::Runtime::anonymous_namespace{PerThreadWorkList.h}::make_outer_begin (PerThrdWL &wl)
template<typename PerThrdWL >
OuterPerThreadWLIter< PerThrdWL > Galois::Runtime::anonymous_namespace{PerThreadWorkList.h}::make_outer_end (PerThrdWL &wl)
template<typename PerThrdWL >
std::reverse_iterator
< OuterPerThreadWLIter
< PerThrdWL > > 
Galois::Runtime::anonymous_namespace{PerThreadWorkList.h}::make_outer_rbegin (PerThrdWL &wl)
template<typename PerThrdWL >
std::reverse_iterator
< OuterPerThreadWLIter
< PerThrdWL > > 
Galois::Runtime::anonymous_namespace{PerThreadWorkList.h}::make_outer_rend (PerThrdWL &wl)

Detailed Description

Per Thread workLists-*- C++ -*-.

License

Galois, a framework to exploit amorphous data-parallelism in irregular programs.

Copyright (C) 2011, The University of Texas at Austin. All rights reserved. UNIVERSITY EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES CONCERNING THIS SOFTWARE AND DOCUMENTATION, INCLUDING ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR ANY PARTICULAR PURPOSE, NON-INFRINGEMENT AND WARRANTIES OF PERFORMANCE, AND ANY WARRANTY THAT MIGHT OTHERWISE ARISE FROM COURSE OF DEALING OR USAGE OF TRADE. NO WARRANTY IS EITHER EXPRESS OR IMPLIED WITH RESPECT TO THE USE OF THE SOFTWARE OR DOCUMENTATION. Under no circumstances shall University be liable for incidental, special, indirect, direct or consequential damages or loss of profits, interruption of business, or related expenses which may arise from use of Software or Documentation, including but not limited to those resulting from defects in Software and/or Documentation, or loss or inaccuracy of data of any kind.

Description

a thread local stl container for each thread

Author:
<ahassaan@ices.utexas.edu>

Generated on 2 Nov 2013 for Galois by  doxygen 1.6.1