Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

__gnu_parallel::_job(3) [centos man page]

__gnu_parallel::_Job< _DifferenceTp >(3)		     Library Functions Manual			  __gnu_parallel::_Job< _DifferenceTp >(3)

NAME
__gnu_parallel::_Job< _DifferenceTp > - SYNOPSIS
Public Types typedef _DifferenceTp _DifferenceType Public Attributes volatile _DifferenceType _M_first volatile _DifferenceType _M_last volatile _DifferenceType _M_load Detailed Description template<typename _DifferenceTp>struct __gnu_parallel::_Job< _DifferenceTp > One __job for a certain thread. Definition at line 54 of file workstealing.h. Member Data Documentation template<typename _DifferenceTp> volatile _DifferenceType __gnu_parallel::_Job< _DifferenceTp >::_M_first First element. Changed by owning and stealing thread. By stealing thread, always incremented. Definition at line 62 of file workstealing.h. Referenced by __gnu_parallel::__for_each_template_random_access_workstealing(). template<typename _DifferenceTp> volatile _DifferenceType __gnu_parallel::_Job< _DifferenceTp >::_M_last Last element. Changed by owning thread only. Definition at line 67 of file workstealing.h. Referenced by __gnu_parallel::__for_each_template_random_access_workstealing(). template<typename _DifferenceTp> volatile _DifferenceType __gnu_parallel::_Job< _DifferenceTp >::_M_load Number of elements, i.e. _M_last-_M_first+1. Changed by owning thread only. Definition at line 72 of file workstealing.h. Referenced by __gnu_parallel::__for_each_template_random_access_workstealing(). Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Tue Jun 10 2014 __gnu_parallel::_Job< _DifferenceTp >(3)

Check Out this Related Man Page

__gnu_parallel::_PMWMSSortingData< _RAIter >(3) 	     Library Functions Manual		   __gnu_parallel::_PMWMSSortingData< _RAIter >(3)

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 Jun 10 2014 __gnu_parallel::_PMWMSSortingData< _RAIter >(3)
Man Page