Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

__gnu_parallel::_qsbthreadlocal(3) [debian man page]

__gnu_parallel::_QSBThreadLocal< _RAIter >(3cxx)						  __gnu_parallel::_QSBThreadLocal< _RAIter >(3cxx)

NAME
__gnu_parallel::_QSBThreadLocal< _RAIter > - SYNOPSIS
Public Types typedef _TraitsType::difference_type _DifferenceType" typedef std::pair< _RAIter, _RAIter > _Piece" typedef std::iterator_traits < _RAIter > _TraitsType" Public Member Functions _QSBThreadLocal (int __queue_size) Public Attributes volatile _DifferenceType * _M_elements_leftover _Piece _M_global _Piece _M_initial _RestrictedBoundedConcurrentQueue < _Piece > _M_leftover_parts" _ThreadIndex _M_num_threads Detailed Description template<typename _RAIter>struct __gnu_parallel::_QSBThreadLocal< _RAIter > Information local to one thread in the parallel quicksort run. Definition at line 62 of file balanced_quicksort.h. Member Typedef Documentation template<typename _RAIter> typedef std::pair<_RAIter, _RAIter> __gnu_parallel::_QSBThreadLocal< _RAIter >::_Piece Continuous part of the sequence, described by an iterator pair. Definition at line 69 of file balanced_quicksort.h. Constructor &; Destructor Documentation template<typename _RAIter> __gnu_parallel::_QSBThreadLocal< _RAIter >::_QSBThreadLocal (int__queue_size) [inline] Constructor. Parameters: __queue_size size of the work-stealing queue. Definition at line 88 of file balanced_quicksort.h. Member Data Documentation template<typename _RAIter> volatile _DifferenceType* __gnu_parallel::_QSBThreadLocal< _RAIter >::_M_elements_leftover Pointer to a counter of elements left over to sort. Definition at line 81 of file balanced_quicksort.h. Referenced by __gnu_parallel::__parallel_sort_qsb(), __gnu_parallel::__qsb_conquer(), and __gnu_parallel::__qsb_local_sort_with_helping(). template<typename _RAIter> _Piece __gnu_parallel::_QSBThreadLocal< _RAIter >::_M_global The complete sequence to sort. Definition at line 84 of file balanced_quicksort.h. template<typename _RAIter> _Piece __gnu_parallel::_QSBThreadLocal< _RAIter >::_M_initial Initial piece to work on. Definition at line 72 of file balanced_quicksort.h. Referenced by __gnu_parallel::__qsb_conquer(), and __gnu_parallel::__qsb_local_sort_with_helping(). template<typename _RAIter> _RestrictedBoundedConcurrentQueue<_Piece> __gnu_parallel::_QSBThreadLocal< _RAIter >::_M_leftover_parts Work-stealing queue. Definition at line 75 of file balanced_quicksort.h. Referenced by __gnu_parallel::__qsb_local_sort_with_helping(). template<typename _RAIter> _ThreadIndex __gnu_parallel::_QSBThreadLocal< _RAIter >::_M_num_threads Number of threads involved in this algorithm. Definition at line 78 of file balanced_quicksort.h. Referenced by __gnu_parallel::__qsb_local_sort_with_helping(). Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Tue Nov 27 2012 __gnu_parallel::_QSBThreadLocal< _RAIter >(3cxx)

Check Out this Related Man Page

__gnu_parallel::_PMWMSSortingData< _RAIter >(3cxx)						__gnu_parallel::_PMWMSSortingData< _RAIter >(3cxx)

NAME
__gnu_parallel::_PMWMSSortingData< _RAIter > - SYNOPSIS
Public Types typedef _TraitsType::difference_type _DifferenceType" typedef std::iterator_traits < _RAIter > _TraitsType" typedef _TraitsType::value_type _ValueType Public Attributes _ThreadIndex _M_num_threads _DifferenceType * _M_offsets std::vector< _Piece < _DifferenceType > > * _M_pieces" _ValueType * _M_samples _RAIter _M_source _DifferenceType * _M_starts _ValueType ** _M_temporary Detailed Description template<typename _RAIter>struct __gnu_parallel::_PMWMSSortingData< _RAIter > Data accessed by all threads. PMWMS = parallel multiway mergesort Definition at line 61 of file multiway_mergesort.h. Member Data Documentation template<typename _RAIter> _ThreadIndex __gnu_parallel::_PMWMSSortingData< _RAIter >::_M_num_threads Number of threads involved. Definition at line 68 of file multiway_mergesort.h. Referenced by __gnu_parallel::parallel_sort_mwms(), and __gnu_parallel::parallel_sort_mwms_pu(). template<typename _RAIter> _DifferenceType* __gnu_parallel::_PMWMSSortingData< _RAIter >::_M_offsets Offsets to add to the found positions. Definition at line 83 of file multiway_mergesort.h. Referenced by __gnu_parallel::parallel_sort_mwms(). template<typename _RAIter> std::vector<_Piece<_DifferenceType> >* __gnu_parallel::_PMWMSSortingData< _RAIter >::_M_pieces Pieces of data to merge [thread][__sequence]. Definition at line 86 of file multiway_mergesort.h. Referenced by __gnu_parallel::parallel_sort_mwms(), and __gnu_parallel::parallel_sort_mwms_pu(). template<typename _RAIter> _ValueType* __gnu_parallel::_PMWMSSortingData< _RAIter >::_M_samples Samples. Definition at line 80 of file multiway_mergesort.h. Referenced by __gnu_parallel::__determine_samples(), and __gnu_parallel::parallel_sort_mwms(). template<typename _RAIter> _RAIter __gnu_parallel::_PMWMSSortingData< _RAIter >::_M_source Input __begin. Definition at line 71 of file multiway_mergesort.h. Referenced by __gnu_parallel::__determine_samples(), __gnu_parallel::parallel_sort_mwms(), and __gnu_parallel::parallel_sort_mwms_pu(). template<typename _RAIter> _DifferenceType* __gnu_parallel::_PMWMSSortingData< _RAIter >::_M_starts Start indices, per thread. Definition at line 74 of file multiway_mergesort.h. Referenced by __gnu_parallel::__determine_samples(), __gnu_parallel::parallel_sort_mwms(), and __gnu_parallel::parallel_sort_mwms_pu(). template<typename _RAIter> _ValueType** __gnu_parallel::_PMWMSSortingData< _RAIter >::_M_temporary Storage in which to sort. Definition at line 77 of file multiway_mergesort.h. Referenced by __gnu_parallel::parallel_sort_mwms(), and __gnu_parallel::parallel_sort_mwms_pu(). Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Tue Nov 27 2012 __gnu_parallel::_PMWMSSortingData< _RAIter >(3cxx)
Man Page