GNU g++  v5.2.1
GNU Standard C++
workstealing.h File Reference

Parallelization of embarrassingly parallel execution by means of work-stealing. More...

Include dependency graph for workstealing.h:
This graph shows which files directly or indirectly include this file:

Classes

struct  __gnu_parallel::_Job< _DifferenceTp >
 One __job for a certain thread. More...
 

Namespaces

 __gnu_parallel
 GNU parallel code for public use.
 

Macros

#define _GLIBCXX_JOB_VOLATILE   volatile
 

Functions

template<typename _RAIter , typename _Op , typename _Fu , typename _Red , typename _Result >
_Op __gnu_parallel::__for_each_template_random_access_workstealing (_RAIter __begin, _RAIter __end, _Op __op, _Fu &__f, _Red __r, _Result __base, _Result &__output, typename std::iterator_traits< _RAIter >::difference_type __bound)
 Work stealing algorithm for random access iterators. More...
 

Detailed Description

Parallelization of embarrassingly parallel execution by means of work-stealing.

Work stealing is described in

R. D. Blumofe and C. E. Leiserson. Scheduling multithreaded computations by work stealing. Journal of the ACM, 46(5):720–748, 1999.

This file is a GNU parallel extension to the Standard C++ Library.

Macro Definition Documentation

#define _GLIBCXX_JOB_VOLATILE   volatile