| /oneTBB/doc/main/reference/ |
| H A D | task_group_extensions.rst | 66 …eated using ``*this`` ``task_group``. That is, the one for which the run method is called, otherwi… 73 …eated using ``*this`` ``task_group``. That is, the one for which the run method is called, otherwi… 81 …ated with ``*this`` ``task_group``. It means, with the one for which run method is called, otherwi…
|
| H A D | type_specified_message_keys.rst | 61 By default, the ``key()`` method defined in the message class will be called.
|
| /oneTBB/doc/main/tbb_userguide/ |
| H A D | UpgradeDowngrade.rst | 8 method ``upgrade_to_writer``. Here is an example. 49 For symmetry, there is a corresponding method ``downgrade_to_reader``,
|
| H A D | concurrent_hash_map.rst | 103 *read-only* access. Once the method returns, the access lasts until the 108 the block, use method ``release``. The following example is a rework of 124 The method ``remove(key)`` can also operate concurrently. It implicitly
|
| H A D | More_on_HashCompare.rst | 39 - A method ``hash`` that maps a ``Key`` to a ``size_t`` 42 - A method ``equal`` that determines if two keys are equal
|
| H A D | concurrent_vector_ug.rst | 32 The related method ``grow_to_at_least(n)``\ grows a vector to size ``n`` 61 method ``clear()`` if there are other operations in flight on the
|
| H A D | Advanced_Topic_Other_Kinds_of_Iteration_Spaces.rst | 34 The method ``empty`` should return true if the range is empty. The 35 method ``is_divisible`` should return true if the range can be split
|
| H A D | parallel_reduce.rst | 72 method ``join`` that must be present for ``parallel_reduce`` to work. 96 uses method ``join`` to accumulate the result of the subtask. The graph 173 The join method should do the corresponding merge(s). You can do more
|
| H A D | Floating_Point_Settings.rst | 9 * The ``task_group_context`` class has a method to capture the current floating-point settings. 22 Or call the ``capture_fp_settings`` method:
|
| H A D | Cancellation_Without_An_Exception.rst | 10 The method returns ``true`` if it actually causes cancellation, ``false`` if the ``task_group_conte…
|
| H A D | Concurrent_Queue_Classes.rst | 32 Even if each std::queue method were implemented in a thread-safe manner, 97 the queue capacity with method ``set_capacity``.Setting the capacity
|
| H A D | Initializing_and_Terminating_the_Library.rst | 18 or called inside a task, a parallel algorithm, or a flow graph node, the method fails.
|
| H A D | attach_flow_graph_to_arena.rst | 27 the task arena instance, inside which the ``graph::reset()`` method is executed.
|
| H A D | Timing.rst | 16 ``tick_count`` value obtained from the static method tick_count::now()
|
| H A D | Working_on_the_Assembly_Line_pipeline.rst | 128 The parameter ``ntoken`` to method ``parallel_pipeline`` controls the 136 filter. The parameter to method ``parallel_pipeline`` specifies the 282 It does this by invoking method ``stop()`` on a special argument of type
|
| H A D | Mutual_Exclusion.rst | 90 method ``release`` releases the lock.
|
| /oneTBB/doc/main/tbb_userguide/design_patterns/ |
| H A D | GUI_Thread.rst | 65 method ``task_arena::enqueue`` of a ``task_arena`` instance. 158 using method ``task_arena::enqueue``. 182 It is essential to use method ``task_arena::enqueue`` here. 184 the method ``enqueue`` ensures that the function task eventually executes when resources permit,
|
| H A D | Local_Serializer.rst | 173 Virtual method ``run()`` is invoked when it becomes time to run the 237 - If method ``add`` increments ``count`` from 0 to 1, this indicates 242 - If method ``noteCompletion`` decrements count and it is *not* from 251 If priorities are not necessary, there are two variations on method
|
| H A D | Reference_Counting.rst | 77 method ``remove_ref``\ () because two threads might both execute the
|
| H A D | Agglomeration.rst | 144 There agglomeration is part of a four step **PCAM** design method:
|
| /oneTBB/doc/main/tbb_userguide/Migration_Guide/ |
| H A D | Task_API.rst | 59 method. With this new approach, you work with functors in a C++-standard way by implementing ``void 66 // oneapi::tbb::task_group::run() method 198 method. The functor will be copied in this case. However, its state can be shared among instances: 333 TBB ``task::execute()`` method can return a pointer to a task that can be executed next by the curr…
|
| /oneTBB/doc/main/intro/ |
| H A D | notation.rst | 100 - The destructor is an implicit method generated by the compiler.
|
| /oneTBB/test/conformance/ |
| H A D | conformance_concurrent_vector.cpp | 817 grain_map::grow_method_enum method; member 871 switch(batch_part.method){ in operator ()() 922 switch(distributed_part.method){ in operator ()()
|
| /oneTBB/doc/ |
| H A D | Doxyfile.in | 2326 # dependency graph for every global function or class method. 2338 # dependency graph for every global function or class method.
|