Searched refs:element (Results 1 – 12 of 12) sorted by relevance
| /oneTBB/doc/main/tbb_userguide/ |
| H A D | concurrent_vector_ug.rst | 18 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 D | concurrent_hash_map.rst | 88 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 D | parallel_for_os.rst | 7 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 D | use_nested_algorithms.rst | 17 new matrices by applying a function to each element, and two final
|
| H A D | parallel_reduce.rst | 169 - Initialize the reduction variable(s) to the identity element of the
|
| H A D | Predefined_Node_Types.rst | 41 …s in the tuple. The node receives a tuple of values and outputs each element of the tuple on a…
|
| H A D | std_invoke.rst | 51 // Performed an action for each element of the range,
|
| /oneTBB/test/common/ |
| H A D | concurrent_priority_queue_common.h | 36 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 D | test_parallel_for_each.cpp | 298 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 D | Elementwise.rst | 53 doing the element-wise operation as part of the reduction, so that
|
| H A D | Reduction.rst | 92 // Identity element 194 // Identity element
|
| H A D | Wavefront.rst | 129 element calculation separately is prohibitively expensive. A good
|