Home
last modified time | relevance | path

Searched refs:method (Results 1 – 24 of 24) sorted by relevance

/oneTBB/doc/main/reference/
H A Dtask_group_extensions.rst66 …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 Dtype_specified_message_keys.rst61 By default, the ``key()`` method defined in the message class will be called.
/oneTBB/doc/main/tbb_userguide/
H A DUpgradeDowngrade.rst8 method ``upgrade_to_writer``. Here is an example.
49 For symmetry, there is a corresponding method ``downgrade_to_reader``,
H A Dconcurrent_hash_map.rst103 *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 DMore_on_HashCompare.rst39 - A method ``hash`` that maps a ``Key`` to a ``size_t``
42 - A method ``equal`` that determines if two keys are equal
H A Dconcurrent_vector_ug.rst32 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 DAdvanced_Topic_Other_Kinds_of_Iteration_Spaces.rst34 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 Dparallel_reduce.rst72 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 DFloating_Point_Settings.rst9 * 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 DCancellation_Without_An_Exception.rst10 The method returns ``true`` if it actually causes cancellation, ``false`` if the ``task_group_conte…
H A DConcurrent_Queue_Classes.rst32 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 DInitializing_and_Terminating_the_Library.rst18 or called inside a task, a parallel algorithm, or a flow graph node, the method fails.
H A Dattach_flow_graph_to_arena.rst27 the task arena instance, inside which the ``graph::reset()`` method is executed.
H A DTiming.rst16 ``tick_count`` value obtained from the static method tick_count::now()
H A DWorking_on_the_Assembly_Line_pipeline.rst128 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 DMutual_Exclusion.rst90 method ``release`` releases the lock.
/oneTBB/doc/main/tbb_userguide/design_patterns/
H A DGUI_Thread.rst65 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 DLocal_Serializer.rst173 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 DReference_Counting.rst77 method ``remove_ref``\ () because two threads might both execute the
H A DAgglomeration.rst144 There agglomeration is part of a four step **PCAM** design method:
/oneTBB/doc/main/tbb_userguide/Migration_Guide/
H A DTask_API.rst59 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 Dnotation.rst100 - The destructor is an implicit method generated by the compiler.
/oneTBB/test/conformance/
H A Dconformance_concurrent_vector.cpp817 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 DDoxyfile.in2326 # dependency graph for every global function or class method.
2338 # dependency graph for every global function or class method.