threads_tbb.h File Reference

Go to the source code of this file.

Classes

class  libMesh::Threads::atomic< T >
 

Namespaces

 libMesh
 
 libMesh::Threads
 

Typedefs

typedef tbb::task_scheduler_init libMesh::Threads::task_scheduler_init
 
typedef tbb::split libMesh::Threads::split
 
typedef tbb::spin_mutex libMesh::Threads::spin_mutex
 
typedef tbb::recursive_mutex libMesh::Threads::recursive_mutex
 

Functions

template<typename Range , typename Body >
void libMesh::Threads::parallel_for (const Range &range, const Body &body)
 
template<typename Range , typename Body , typename Partitioner >
void libMesh::Threads::parallel_for (const Range &range, const Body &body, const Partitioner &)
 
template<typename Range , typename Body >
void libMesh::Threads::parallel_reduce (const Range &range, Body &body)
 
template<typename Range , typename Body , typename Partitioner >
void libMesh::Threads::parallel_reduce (const Range &range, Body &body, const Partitioner &)