logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

__gnu_parallel::_Job.3cxx

Author

       Generated automatically by Doxygen for libstdc++ from the source code.

                                                    libstdc++        __gnu_parallel::_Job<_DifferenceTp>(3cxx)

Detailed Description

template<typename_DifferenceTp>
       struct __gnu_parallel::_Job< _DifferenceTp >"One __job for a certain thread.

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.

       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.

       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.

       Referenced by __gnu_parallel::__for_each_template_random_access_workstealing().

Name

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

Synopsis

       #include <workstealing.h>

   PublicTypes
       typedef _DifferenceTp _DifferenceTypePublicAttributes
       volatile _DifferenceType _M_first
           First element.
       volatile _DifferenceType _M_last
           Last element.
       volatile _DifferenceType _M_load
           Number of elements, i.e. _M_last-_M_first+1.

See Also