#include <PerThreadWorkList.h>
Public Types | |
typedef PerThreadFactory::Heap | Heap_ty |
typedef PerThreadFactory::template Alloc< T >::type | Alloc_ty |
Public Member Functions | |
PerThreadDeque () | |
Protected Types | |
typedef PerThreadFactory::template Deque< T >::type | Cont_ty |
typedef PerThreadWorkList < Cont_ty > | Super_ty |
Protected Attributes | |
Heap_ty | heap |
Alloc_ty | alloc |
typedef PerThreadFactory::template Alloc<T>::type Galois::Runtime::PerThreadDeque< T >::Alloc_ty |
typedef PerThreadFactory::template Deque<T>::type Galois::Runtime::PerThreadDeque< T >::Cont_ty [protected] |
typedef PerThreadFactory::Heap Galois::Runtime::PerThreadDeque< T >::Heap_ty |
typedef PerThreadWorkList<Cont_ty> Galois::Runtime::PerThreadDeque< T >::Super_ty [protected] |
Galois::Runtime::PerThreadDeque< T >::PerThreadDeque | ( | ) | [inline] |
Alloc_ty Galois::Runtime::PerThreadDeque< T >::alloc [protected] |
Heap_ty Galois::Runtime::PerThreadDeque< T >::heap [protected] |