| /oneTBB/examples/common/utility/ |
| H A D | utility.hpp | 150 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 D | follows_and_precedes_functions.rst | 21 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 D | type_specified_message_keys.rst | 63 same namespace with the message type. This function will be found via C++ argument-dependent
|
| H A D | parallel_for_each_semantics.rst | 62 Requirements for ``Body`` with ``feeder`` argument
|
| H A D | custom_mutex_chmap.rst | 52 The type of the mutex passed as a template argument for ``concurrent_hash_map`` should
|
| /oneTBB/test/conformance/ |
| H A D | conformance_flowgraph.h | 149 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 D | use_limiter_node.rst | 18 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 D | More_on_HashCompare.rst | 7 There are several ways to make the ``HashCompare`` argument for 11 - Specify the ``HashCompare`` argument explicitly
|
| H A D | Cook_Until_Done_parallel_do.rst | 77 - 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 D | Advanced_Topic_Other_Kinds_of_Iteration_Spaces.rst | 46 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 D | parallel_for_os.rst | 55 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 D | parallel_reduce.rst | 74 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 D | Partitioner_Summary.rst | 8 take an optional *partitioner* argument, which specifies a strategy for
|
| H A D | use_concurrency_limits.rst | 13 third argument controls the buffer policy used by the node, and is by
|
| H A D | Controlling_Chunking_os.rst | 11 - Specify ``simple_partitioner()`` as the third argument to 16 argument form of the constructor is
|
| H A D | Memory_Allocation.rst | 42 You can use these allocator templates as the *allocator* argument to STL
|
| H A D | concurrent_hash_map.rst | 101 ``const_accessor`` as an argument. The choice tells
|
| H A D | Dependence_Graph.rst | 71 The first argument is the graph it belongs to and the second is a
|
| H A D | Nodes.rst | 52 graph g, and has a second argument of 1, which allows at most 1
|
| H A D | Working_on_the_Assembly_Line_pipeline.rst | 282 It does this by invoking method ``stop()`` on a special argument of type
|
| /oneTBB/doc/main/reference/scalable_memory_pools/ |
| H A D | memory_pool_cls.rst | 20 argument. The latter must satisfy the subset of the allocator requirements from the [allocator.requ…
|
| /oneTBB/doc/main/tbb_userguide/design_patterns/ |
| H A D | Elementwise.rst | 110 ``oneapi::tbb::parallel_for`` that takes an explicit range argument. The
|
| H A D | Agglomeration.rst | 88 argument support automatic agglomeration.
|
| H A D | Reduction.rst | 107 incorporating it into the third argument (reduction of a subrange)
|
| /oneTBB/ |
| H A D | CMakeLists.txt | 211 # NDK throws the warning: "argument unused during compilation: '-Wa,--noexecstack'"
|