libstdc++
__gnu_parallel::sampling_tag Struct Reference

#include <tags.h>

Inheritance diagram for __gnu_parallel::sampling_tag:
[legend]

Public Member Functions

 sampling_tag (_ThreadIndex __num_threads)
 
_ThreadIndex __get_num_threads ()
 
void set_num_threads (_ThreadIndex __num_threads)
 

Detailed Description

Forces parallel merging with exact splitting, at compile time.

Definition at line 118 of file tags.h.

Constructor & Destructor Documentation

◆ sampling_tag() [1/2]

__gnu_parallel::sampling_tag::sampling_tag ( )
inline

Definition at line 120 of file tags.h.

◆ sampling_tag() [2/2]

__gnu_parallel::sampling_tag::sampling_tag ( _ThreadIndex  __num_threads)
inline

Definition at line 121 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_threadsDesired number of threads.

Definition at line 73 of file tags.h.


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