Recommends parallel execution at compile time, optionally using a user-specified number of threads. More...
Recommends parallel execution at compile time, optionally using a user-specified number of threads.
Definition at line 46 of file tags.h.
__gnu_parallel::parallel_tag::parallel_tag | ( | ) | [inline] |
__gnu_parallel::parallel_tag::parallel_tag | ( | thread_index_t | num_threads | ) | [inline] |
thread_index_t __gnu_parallel::parallel_tag::get_num_threads | ( | ) | [inline] |
Find out desired number of threads.
Definition at line 67 of file tags.h.
Referenced by __gnu_parallel::parallel_sort().
void __gnu_parallel::parallel_tag::set_num_threads | ( | thread_index_t | num_threads | ) | [inline] |