SYNOPSIS

Inherits __gnu_parallel::parallel_tag.

Public Member Functions

_ThreadIndex __get_num_threads ()

void set_num_threads (_ThreadIndex __num_threads)

Detailed Description

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

Definition at line 92 of file tags.h.

Member Function Documentation

\fB_ThreadIndex\fP __gnu_parallel::parallel_tag::__get_num_threads ()\fC [inline]\fP, \fC [inherited]\fP

Find out desired number of threads.

Returns:

Desired number of threads.

Definition at line 63 of file tags.h.

Referenced by __gnu_parallel::__parallel_sort().

void __gnu_parallel::parallel_tag::set_num_threads (\fB_ThreadIndex\fP__num_threads)\fC [inline]\fP, \fC [inherited]\fP

Set the desired number of threads.

Parameters:

__num_threads Desired number of threads.

Definition at line 73 of file tags.h.

Author

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