libgrape-lite
A C++ library for parallel graph processing
All Classes Namespaces Files Functions Typedefs Enumerations Enumerator Pages
grape::ParallelEngine Member List

This is the complete list of members for grape::ParallelEngine, including all inherited members.

bitwise_iterate(VID_T begin, VID_T end, const Bitset &bitset, VID_T offset, int tid, const ITER_FUNC_T &iter_func) (defined in grape::ParallelEngine)grape::ParallelEngineinline
ForEach(int from, int to, const ITER_FUNC_T &iter_func) (defined in grape::ParallelEngine)grape::ParallelEngineinline
ForEach(const VertexRange< VID_T > &range, const ITER_FUNC_T &iter_func, int chunk_size=1024)grape::ParallelEngineinline
ForEach(const DualVertexRange< VID_T > &range, const ITER_FUNC_T &iter_func, int chunk_size=1024) (defined in grape::ParallelEngine)grape::ParallelEngineinline
ForEach(const VertexVector< VID_T > &vertices, const ITER_FUNC_T &iter_func, int chunk_size=1024)grape::ParallelEngineinline
ForEach(const ITERATOR_T &begin, const ITERATOR_T &end, const ITER_FUNC_T &iter_func, int chunk_size=1024) (defined in grape::ParallelEngine)grape::ParallelEngineinline
ForEach(const VertexRange< VID_T > &range, const INIT_FUNC_T &init_func, const ITER_FUNC_T &iter_func, const FINALIZE_FUNC_T &finalize_func, int chunk_size=1024)grape::ParallelEngineinline
ForEach(const DualVertexRange< VID_T > &range, const INIT_FUNC_T &init_func, const ITER_FUNC_T &iter_func, const FINALIZE_FUNC_T &finalize_func, int chunk_size=1024) (defined in grape::ParallelEngine)grape::ParallelEngineinline
ForEach(const VertexVector< VID_T > &vertices, const INIT_FUNC_T &init_func, const ITER_FUNC_T &iter_func, const FINALIZE_FUNC_T &finalize_func, int chunk_size=1024)grape::ParallelEngineinline
ForEach(const ITERATOR_T &begin, const ITERATOR_T &end, const INIT_FUNC_T &init_func, const ITER_FUNC_T &iter_func, const FINALIZE_FUNC_T &finalize_func, int chunk_size=1024)grape::ParallelEngineinline
ForEach(const DenseVertexSet< VertexRange< VID_T > > &dense_set, const ITER_FUNC_T &iter_func, int chunk_size=1024)grape::ParallelEngineinline
ForEach(const DenseVertexSet< VertexVector< VID_T > > &dense_set, const ITER_FUNC_T &iter_func, int chunk_size=1024) (defined in grape::ParallelEngine)grape::ParallelEngineinline
ForEach(const DenseVertexSet< DualVertexRange< VID_T > > &dense_set, const ITER_FUNC_T &iter_func, int chunk_size=1024) (defined in grape::ParallelEngine)grape::ParallelEngineinline
ForEach(const DenseVertexSet< VertexRange< VID_T > > &dense_set, const VertexRange< VID_T > &range, const ITER_FUNC_T &iter_func, int chunk_size=1024)grape::ParallelEngineinline
ForEach(const DenseVertexSet< VertexVector< VID_T > > &dense_set, const VertexRange< VID_T > &range, const ITER_FUNC_T &iter_func, int chunk_size=1024) (defined in grape::ParallelEngine)grape::ParallelEngineinline
ForEach(const DenseVertexSet< DualVertexRange< VID_T > > &dense_set, const VertexRange< VID_T > &range, const ITER_FUNC_T &iter_func, int chunk_size=1024) (defined in grape::ParallelEngine)grape::ParallelEngineinline
ForEach(const DenseVertexSet< VERTEX_SET_T > &dense_set, const VertexVector< VID_T > &vertices, const ITER_FUNC_T &iter_func, int chunk_size=1024)grape::ParallelEngineinline
ForEach(const DenseVertexSet< VertexRange< VID_T > > &dense_set, const INIT_FUNC_T &init_func, const ITER_FUNC_T &iter_func, const FINALIZE_FUNC_T &finalize_func, int chunk_size=10 *1024)grape::ParallelEngineinline
ForEach(const DenseVertexSet< VertexVector< VID_T > > &dense_set, const INIT_FUNC_T &init_func, const ITER_FUNC_T &iter_func, const FINALIZE_FUNC_T &finalize_func, int chunk_size=10 *1024) (defined in grape::ParallelEngine)grape::ParallelEngineinline
ForEach(const DenseVertexSet< DualVertexRange< VID_T > > &dense_set, const INIT_FUNC_T &init_func, const ITER_FUNC_T &iter_func, const FINALIZE_FUNC_T &finalize_func, int chunk_size=10 *1024) (defined in grape::ParallelEngine)grape::ParallelEngineinline
GetThreadPool() (defined in grape::ParallelEngine)grape::ParallelEngineinline
InitParallelEngine(const ParallelEngineSpec &spec=DefaultParallelEngineSpec()) (defined in grape::ParallelEngine)grape::ParallelEngineinline
parallel_iterate(VID_T begin, VID_T end, const Bitset &bitset, VID_T offset, const ITER_FUNC_T &iter_func, int chunk_size) (defined in grape::ParallelEngine)grape::ParallelEngineinline
ParallelEngine() (defined in grape::ParallelEngine)grape::ParallelEngineinline
thread_num() (defined in grape::ParallelEngine)grape::ParallelEngineinline
thread_num_ (defined in grape::ParallelEngine)grape::ParallelEngineprivate
thread_pool_ (defined in grape::ParallelEngine)grape::ParallelEngineprivate
wordwise_iterate(VID_T begin, VID_T end, const Bitset &bitset, VID_T offset, int tid, const ITER_FUNC_T &iter_func) (defined in grape::ParallelEngine)grape::ParallelEngineinline
~ParallelEngine() (defined in grape::ParallelEngine)grape::ParallelEngineinlinevirtual