GNU g++  v5.2.1
GNU Standard C++
__gnu_parallel::exact_tag Struct Reference

Forces parallel merging with exact splitting, at compile time. More...

#include <tags.h>

Inheritance diagram for __gnu_parallel::exact_tag:
Collaboration diagram for __gnu_parallel::exact_tag:

Public Member Functions

 exact_tag ()
 
 exact_tag (_ThreadIndex __num_threads)
 
_ThreadIndex __get_num_threads ()
 Find out desired number of threads. More...
 
void set_num_threads (_ThreadIndex __num_threads)
 Set the desired number of threads. More...
 

Detailed Description

Forces parallel merging with exact splitting, at compile time.

Constructor & Destructor Documentation

__gnu_parallel::exact_tag::exact_tag ( )
inline
__gnu_parallel::exact_tag::exact_tag ( _ThreadIndex  __num_threads)
inline

Member Function Documentation

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

Set the desired number of threads.

Parameters
__num_threadsDesired number of threads.

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