libstdc++: __gnu_parallel::multiway_mergesort_sampling_tag Struct Reference (original) (raw)

#include <[tags.h](a01091%5Fsource.html)>

Inheritance diagram for __gnu_parallel::multiway_mergesort_sampling_tag:

Public Member Functions
multiway_mergesort_sampling_tag (_ThreadIndex __num_threads)
_ThreadIndex __get_num_threads ()
void set_num_threads (_ThreadIndex __num_threads)

Detailed Description

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

Definition at line 146 of file tags.h.

Constructor & Destructor Documentation

__gnu_parallel::multiway_mergesort_sampling_tag::multiway_mergesort_sampling_tag ( ) inline

Definition at line 148 of file tags.h.

multiway_mergesort_sampling_tag() [2/2]

__gnu_parallel::multiway_mergesort_sampling_tag::multiway_mergesort_sampling_tag ( _ThreadIndex __num_threads) inline

Definition at line 149 of file tags.h.

Member Function Documentation

__get_num_threads()

_ThreadIndex __gnu_parallel::parallel_tag::__get_num_threads ( ) inlineinherited

set_num_threads()

void __gnu_parallel::parallel_tag::set_num_threads ( _ThreadIndex __num_threads) inlineinherited

Set the desired number of threads.

Parameters

__num_threads Desired number of threads.

Definition at line 73 of file tags.h.


The documentation for this struct was generated from the following file: