Home
last modified time | relevance | path

Searched refs:constructed (Results 1 – 11 of 11) sorted by relevance

/oneTBB/doc/main/tbb_userguide/
H A Duse_input_node.rst7 By default, an ``input_node`` is constructed in the inactive state:
28 All ``input_node`` objects are constructed in the inactive state and usually
29 activated after the entire flow graph is constructed.
33 the ``input_node`` is constructed in the inactive state and activated after
56 state and then activate them after the whole graph is constructed.
61 Some graphs can be constructed safely with ``input_node``s active, allowing
H A DAdvanced_Topic_Other_Kinds_of_Iteration_Spaces.rst49 update ``r`` to be the first half, and set the constructed object as the
58 left part of the proportion, and the constructed object corresponds to
63 and the constructed object are not empty. The parallel algorithm
H A DNodes.rst51 function_node. In this example, a node n is constructed that belongs to
71 After the node is constructed in the example above, you can pass
H A Duse_concurrency_limits.rst12 A function node is constructed with one or more template arguments. The
H A DMapping_Nodes2Tasks.rst33 successor of n. Unlike node n, m has been constructed with a concurrency
H A Dparallel_for_os.rst112 The ``blocked_range`` constructed here represents the entire iteration
H A DWorking_on_the_Assembly_Line_pipeline.rst143 constructed by function ``make_filter<inputType, outputType>(mode,functor)``.
167 The filters can be constructed and concatenated ahead of time. An
/oneTBB/doc/main/reference/
H A Dfollows_and_precedes_functions.rst20 The ``follows`` helper function specifies that the node being constructed is
23 The ``precedes`` helper function specifies that the node being constructed is
28 node being constructed is obtained either from the specified node set or the sequence of nodes pass…
H A Dtype_specified_message_keys.rst41 When constructed this way, a ``join_node`` calls the
H A Dconcurrent_lru_cache_cls.rst130 from ``other`` to the newly constructed object. Upon completion,
/oneTBB/test/tbb/
H A Dtest_arena_constraints.cpp82 tbb::task_arena constructed{constraints}; variable
84 tbb::task_arena copied(constructed);