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::multiway_mergesort_sampling_tag.3cxx

Author

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

                                                    libstdc__gnu_parallel::multiway_mergesort_sampling_tag(3cxx)

Detailed Description

       Forces parallel sorting using multiway mergesort with splitting by sampling at compile time.

Member Function Documentation

_ThreadIndex__gnu_parallel::parallel_tag::__get_num_threads()[inline],[inherited]
       Find out desired number of threads.

       Returns
           Desired number of threads.

       Referenced by __gnu_parallel::__parallel_sort(), __gnu_parallel::__parallel_sort(),
       __gnu_parallel::__parallel_sort(), __gnu_parallel::__parallel_sort(), __gnu_parallel::__parallel_sort(),
       __gnu_parallel::__parallel_sort(), and __gnu_parallel::__parallel_sort().

   void__gnu_parallel::parallel_tag::set_num_threads(_ThreadIndex__num_threads)[inline],[inherited]
       Set the desired number of threads.

       Parameters__num_threads Desired number of threads.

Name

       __gnu_parallel::multiway_mergesort_sampling_tag - Forces parallel sorting using multiway mergesort with
       splitting by sampling at compile time.

Synopsis

       #include <tags.h>

       Inherits __gnu_parallel::parallel_tag.

   PublicMemberFunctionsmultiway_mergesort_sampling_tag (_ThreadIndex __num_threads)
       _ThreadIndex__get_num_threads ()
           Find out desired number of threads.
       void set_num_threads (_ThreadIndex __num_threads)
           Set the desired number of threads.

See Also