Home
last modified time | relevance | path

Searched refs:nested (Results 1 – 15 of 15) sorted by relevance

/oneTBB/doc/main/tbb_userguide/
H A Dcancelling_nested_parallelism.rst13 nested within the nodes of the canceled flow graph may or may not be
17 As with all of the library's nested parallelism, you can control
H A Dwork_isolation.rst18 the second (nested) parallel loop blocks execution of the first
43 change its value after a nested parallel construct:
75 oneapi::tbb::task_arena nested;
79 nested.execute( []{
111 is not changed unexpectedly during the call to a nested parallel
H A DExceptions_and_Cancellation.rst17 there is oneTBB parallelism nested inside, the nested parallelism may
H A DCancellation_and_Nested_Parallelism.rst7 The discussion so far was simplified by assuming non-nested parallelism
24 opposition interplays to cleanly stop a nested computation when an
H A Duse_nested_algorithms.rst11 parallelism nested within.
H A DFloating_Point_Settings.rst36 In a nested call to a parallel algorithm that does not use the context of a task group with explici…
H A DMutual_Exclusion.rst112 of the mutexes have a nested ``scoped_lock`` type, so given a mutex of
H A Duse_nested_flow_graphs.rst65 If the nested graph remains unchanged in structure between invocations
/oneTBB/test/common/
H A Dconcurrency_tracker.h50 std::uintptr_t nested = ctNested; in ConcurrencyTracker() local
51 CHECK_FAST(nested <= 1); in ConcurrencyTracker()
/oneTBB/doc/main/intro/
H A Dintro_os.rst10 Additionally, it fully supports nested parallelism, so you can build
/oneTBB/doc/main/reference/
H A Dreference.rst12 …specification <https://spec.oneapi.com/versions/latest/elements/oneTBB/source/nested-index.html>`_.
/oneTBB/doc/GSG/
H A Dintro.rst25 oneTBB supports nested parallelism and load balancing. It means that you can use the library withou…
/oneTBB/
H A DREADME.md30 * [oneTBB Specification](https://spec.oneapi.com/versions/latest/elements/oneTBB/source/nested-inde…
/oneTBB/doc/main/tbb_userguide/Migration_Guide/
H A DTask_API.rst165 Since both TBB and oneTBB support nested expressions, you can run additional functors from within an
/oneTBB/doc/
H A DDoxyfile.in366 # any nested class or struct is added to the same group. By default this option
367 # is disabled and one has to add nested compounds explicitly via \ingroup.