Home
last modified time | relevance | path

Searched refs:argument (Results 1 – 25 of 27) sorted by relevance

12

/oneTBB/examples/common/utility/
H A Dutility.hpp150 class argument { class
156 argument(argument const& other) in argument() function in utility::internal::argument
159 argument& operator=(argument a) { in operator =()
163 void swap(argument& other) { in swap()
168 argument(std::string a_name, in argument() function in utility::internal::argument
194 typedef std::map<std::string, internal::argument> args_map_type;
205 void add_arg(internal::argument const& a) { in add_arg()
221 internal::argument a(name, description, dest, validate); in arg()
236 internal::argument a(name, description, dest, validate); in positional_arg()
249 internal::argument* pa = nullptr; in parse()
[all …]
/oneTBB/doc/main/reference/
H A Dfollows_and_precedes_functions.rst21 the successor of the set of nodes passed as an argument.
24 the predecessor of the set of nodes passed as an argument.
26 Functions ``follows`` and ``precedes`` are meant to replace the graph argument, which is
27 passed as the first argument to the constructor of the node. The graph argument for the
H A Dtype_specified_message_keys.rst63 same namespace with the message type. This function will be found via C++ argument-dependent
H A Dparallel_for_each_semantics.rst62 Requirements for ``Body`` with ``feeder`` argument
H A Dcustom_mutex_chmap.rst52 The type of the mutex passed as a template argument for ``concurrent_hash_map`` should
/oneTBB/test/conformance/
H A Dconformance_flowgraph.h149 OutputType operator()( OutputType argument ) { in operator()
153 return argument; in operator()
276 std::get<0>(op).try_put(argument); in operator()
280 void operator()( InputType argument, async_ports_t<InputType>& g ) { in operator()
282 g.try_put(argument); in operator()
318 void operator()( const int& argument, multifunc_ports_t<int>& op ) { in operator()
323 std::get<0>(op).try_put(argument); in operator()
326 void operator()( const int& argument , async_ports_t<int>& g ) { in operator()
331 g.try_put(argument); in operator()
405 std::get<0>(op).try_put(argument); in operator()
[all …]
/oneTBB/doc/main/tbb_userguide/
H A Duse_limiter_node.rst18 The first argument is a reference to the graph it belongs to. The second
19 argument sets the maximum number of items that should be allowed to pass
H A DMore_on_HashCompare.rst7 There are several ways to make the ``HashCompare`` argument for
11 - Specify the ``HashCompare`` argument explicitly
H A DCook_Until_Done_parallel_do.rst77 - The body argument to ``parallel_for_each``, if it takes a second
78 argument *feeder* of type ``parallel_for_each<Item>&``, can add more
H A DAdvanced_Topic_Other_Kinds_of_Iteration_Spaces.rst46 The second argument is not used; it serves only to distinguish the
54 constructor is optional and takes the second argument of type
H A Dparallel_for_os.rst55 Note the argument to ``operator()``. A ``blocked_range<T>`` is a
117 STL-style as a half-open interval [``begin``,\ ``end``). The argument
H A Dparallel_reduce.rst74 object, and a dummy argument of type ``split``, which is defined by the
75 library. The dummy argument distinguishes the splitting constructor from
H A DPartitioner_Summary.rst8 take an optional *partitioner* argument, which specifies a strategy for
H A Duse_concurrency_limits.rst13 third argument controls the buffer policy used by the node, and is by
H A DControlling_Chunking_os.rst11 - Specify ``simple_partitioner()`` as the third argument to
16 argument form of the constructor is
H A DMemory_Allocation.rst42 You can use these allocator templates as the *allocator* argument to STL
H A Dconcurrent_hash_map.rst101 ``const_accessor`` as an argument. The choice tells
H A DDependence_Graph.rst71 The first argument is the graph it belongs to and the second is a
H A DNodes.rst52 graph g, and has a second argument of 1, which allows at most 1
H A DWorking_on_the_Assembly_Line_pipeline.rst282 It does this by invoking method ``stop()`` on a special argument of type
/oneTBB/doc/main/reference/scalable_memory_pools/
H A Dmemory_pool_cls.rst20 argument. The latter must satisfy the subset of the allocator requirements from the [allocator.requ…
/oneTBB/doc/main/tbb_userguide/design_patterns/
H A DElementwise.rst110 ``oneapi::tbb::parallel_for`` that takes an explicit range argument. The
H A DAgglomeration.rst88 argument support automatic agglomeration.
H A DReduction.rst107 incorporating it into the third argument (reduction of a subrange)
/oneTBB/
H A DCMakeLists.txt211 # NDK throws the warning: "argument unused during compilation: '-Wa,--noexecstack'"

12