table of contents
- bookworm 12.2.0-14
- testing 12.2.0-14
- unstable 12.3.0-4
- experimental 12.3.0-3~exp1
__gnu_parallel::sampling_tag(3cxx) | __gnu_parallel::sampling_tag(3cxx) |
NAME¶
__gnu_parallel::sampling_tag - Forces parallel merging with exact splitting, at compile time.
SYNOPSIS¶
#include <tags.h>
Inherits __gnu_parallel::parallel_tag.
Public Member Functions¶
sampling_tag (_ThreadIndex __num_threads)
_ThreadIndex __get_num_threads ()
Find out desired number of threads. void set_num_threads
(_ThreadIndex __num_threads)
Set the desired number of threads.
Detailed Description¶
Forces parallel merging with exact splitting, at compile time.
Member Function Documentation¶
_ThreadIndex __gnu_parallel::parallel_tag::__get_num_threads () [inline], [inherited]¶
Find out desired number of threads.
Returns
void __gnu_parallel::parallel_tag::set_num_threads (_ThreadIndex __num_threads) [inline], [inherited]¶
Set the desired number of threads.
Parameters
Author¶
Generated automatically by Doxygen for libstdc++ from the source code.
Tue Jun 13 2023 | libstdc++ |