table of contents
__gnu_parallel::exact_tag(3cxx) | __gnu_parallel::exact_tag(3cxx) |
NAME¶
__gnu_parallel::exact_tag
SYNOPSIS¶
Inherits __gnu_parallel::parallel_tag.
Public Member Functions¶
exact_tag (_ThreadIndex __num_threads)
_ThreadIndex __get_num_threads ()
void set_num_threads (_ThreadIndex __num_threads)
Detailed Description¶
Forces parallel merging with exact splitting, at compile time.
Definition at line 109 of file tags.h.
Member Function Documentation¶
_ThreadIndex __gnu_parallel::parallel_tag::__get_num_threads () [inline], [inherited]¶
Find out desired number of threads.
Returns:
Definition at line 63 of file tags.h.
Referenced by __gnu_parallel::__parallel_sort(), __gnu_parallel::multiway_merge(), and __gnu_parallel::multiway_merge_sentinels().
void __gnu_parallel::parallel_tag::set_num_threads (_ThreadIndex __num_threads) [inline], [inherited]¶
Set the desired number of threads.
Parameters:
Definition at line 73 of file tags.h.
Author¶
Generated automatically by Doxygen for libstdc++ from the source code.
Wed Apr 11 2018 | libstdc++ |