|
ROSE 0.11.145.354
|
Definition at line 36 of file ParallelSort.h.

Public Member Functions | |
| Job (Compare compare) | |
Public Attributes | |
| Compare | compare |
| boost::condition_variable | worklistInsertion |
| boost::mutex | mutex |
| std::list< Work< RandomAccessIterator > > | worklist |
| size_t | npending |
Static Public Attributes | |
| static const int | multiThreshold = 10000 |
|
inline |
Definition at line 43 of file ParallelSort.h.
| Compare Rose::ParallelSort::Private::Job< RandomAccessIterator, Compare >::compare |
Definition at line 37 of file ParallelSort.h.
| boost::condition_variable Rose::ParallelSort::Private::Job< RandomAccessIterator, Compare >::worklistInsertion |
Definition at line 38 of file ParallelSort.h.
|
static |
Definition at line 39 of file ParallelSort.h.
| boost::mutex Rose::ParallelSort::Private::Job< RandomAccessIterator, Compare >::mutex |
Definition at line 40 of file ParallelSort.h.
| std::list<Work<RandomAccessIterator> > Rose::ParallelSort::Private::Job< RandomAccessIterator, Compare >::worklist |
Definition at line 41 of file ParallelSort.h.
| size_t Rose::ParallelSort::Private::Job< RandomAccessIterator, Compare >::npending |
Definition at line 42 of file ParallelSort.h.