Scroll to navigation

__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 (thread_index_t num_threads)
 
thread_index_t get_num_threads ()
 
void set_num_threads (thread_index_t num_threads)
 

Detailed Description

Forces parallel merging with exact splitting, at compile time.
Definition at line 115 of file tags.h.

Member Function Documentation

thread_index_t __gnu_parallel::parallel_tag::get_num_threads () [inline], [inherited]

Find out desired number of threads. Returns:
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_tnum_threads) [inline], [inherited]

Set the desired number of threads. Parameters:
num_threads Desired number of threads.
 
Definition at line 77 of file tags.h.
 

Author

Generated automatically by Doxygen for libstdc++ from the source code.
Thu Aug 2 2012 libstdc++