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

Recommends parallel execution using dynamic load-balancing at compile time. More...

#include <tags.h>

Inheritance diagram for __gnu_parallel::balanced_tag:
Collaboration diagram for __gnu_parallel::balanced_tag:

Public Member Functions

_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

Recommends parallel execution using dynamic load-balancing at compile time.

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: