Home
last modified time | relevance | path

Searched refs:element (Results 1 – 12 of 12) sorted by relevance

/oneTBB/doc/main/tbb_userguide/
H A Dconcurrent_vector_ug.rst18 appended element. Each element is initialized with ``T()``. So for
46 an element undergoing concurrent construction. You must synchronize
50 A ``concurrent_vector<T>`` never moves an element until the array is
55 might be) in flight, or require that an element never move.
H A Dconcurrent_hash_map.rst88 element, you are interested in either updating it or reading it. The
92 access. As long as it points to an element, all other attempts to look
95 access. Multiple ``const_accessors`` can point to the same element at
105 to an element can block other threads, try to shorten the lifetime of
H A Dparallel_for_os.rst7 Suppose you want to apply a function ``Foo`` to each element of an
8 array, and it is safe to process each element concurrently. Here is the
H A Duse_nested_algorithms.rst17 new matrices by applying a function to each element, and two final
H A Dparallel_reduce.rst169 - Initialize the reduction variable(s) to the identity element of the
H A DPredefined_Node_Types.rst41 …s in the tuple. The node receives a tuple of values and outputs each element of the tuple on a…
H A Dstd_invoke.rst51 // Performed an action for each element of the range,
/oneTBB/test/common/
H A Dconcurrent_priority_queue_common.h36 ElementType element; in toVector() local
37 while(cpq.try_pop(element)) { in toVector()
38 v.emplace_back(element); in toVector()
/oneTBB/test/tbb/
H A Dtest_parallel_for_each.cpp298 oneapi::tbb::parallel_for_each(begin, end, [](no_copy_move& element) { in test_with_cpp20_iterator() argument
299 element.item = 42; in test_with_cpp20_iterator()
/oneTBB/doc/main/tbb_userguide/design_patterns/
H A DElementwise.rst53 doing the element-wise operation as part of the reduction, so that
H A DReduction.rst92 // Identity element
194 // Identity element
H A DWavefront.rst129 element calculation separately is prohibitively expensive. A good