Inherits __gnu_parallel::parallel_tag.
_ThreadIndex __get_num_threads ()
Find out desired number of threads.
void set_num_threads (_ThreadIndex __num_threads)
Set the desired number of threads.
Recommends parallel execution using static load-balancing at compile time.
Definition at line 92 of file tags.h.
Find out desired number of threads.
Returns:
Definition at line 63 of file tags.h.
Referenced by __gnu_parallel::__parallel_sort().
Set the desired number of threads.
Parameters:
Definition at line 73 of file tags.h.
Generated automatically by Doxygen for libstdc++ from the source code.