Home
last modified time | relevance | path

Searched refs:created (Results 1 – 25 of 30) sorted by relevance

12

/oneTBB/doc/main/reference/
H A Dtask_group_extensions.rst66 …The ``task_handle`` returned by the function must be created using ``*this`` ``task_group``. That …
73 …The ``task_handle`` returned by the function must be created using ``*this`` ``task_group``. That …
81 …The ``task_handle`` returned by the function must be created with ``*this`` ``task_group``. It mea…
/oneTBB/doc/main/tbb_userguide/
H A DEdges.rst9 over which messages are passed. They are created by calling the function
41 an edge from ``n`` to ``m``. The node ``n`` is created with unlimited concurrency,
H A DData_Flow_Graph.rst69 In the implementation above, the following function_nodes are created:
77 Since the squarer and cuber nodes are side-effect free, they are created
80 parallel. It is therefore created with a concurrency limit of 1. The
H A Dcancelling_nested_parallelism.rst20 graph, it is created with an isolated context by default.
H A DInitializing_and_Terminating_the_Library.rst16 until all worker threads implicitly created by the library have completed.
H A Dappendix_B.rst42 previously created thread team to execute the loop in parallel.
H A DTiming.rst35 that were created by different threads. A ``tick_count`` difference can
H A Duse_nested_algorithms.rst14 In the example below, five nodes are created: an ``input_node``,
H A Duse_concurrency_limits.rst73 the ``input_node``, causing the ``input_node`` to buffer its last created
H A DHow_Task_Scheduler_Works.rst23 - **Strike when the cache is hot**. The deepest tasks are the most recently created tasks and there…
H A DCancellation_and_Nested_Parallelism.rst15 associated with a ``task_group_context`` created by the algorithm.
H A DParallelizing_Flow_Graph.rst23 nodes in the graph. In this example, the sequence is created by a
H A Dparallel_for_os.rst67 is created. Template function ``parallel_for`` requires that the body
H A DNodes.rst95 In the above example code, the function_node n was created with a
/oneTBB/test/tbbmalloc/
H A Dtest_malloc_pools.cpp660 size_t created, maxCreated = MAX_POOLS; in CheckPoolLeaks() local
666 for (created=0; created<maxCreated; created++) { in CheckPoolLeaks()
670 pools[created] = p; in CheckPoolLeaks()
672 REQUIRE_MESSAGE(created>=poolsAlwaysAvailable, in CheckPoolLeaks()
674 for (size_t i=0; i<created; i++) { in CheckPoolLeaks()
678 if (created < maxCreated) { in CheckPoolLeaks()
679 maxCreated = created; in CheckPoolLeaks()
/oneTBB/src/tbb/
H A Dtask_group_context.cpp93 ctx.my_state.store(d1::task_group_context::state::created, std::memory_order_relaxed); in initialize()
168 if (state == d1::task_group_context::state::created && in bind_to()
196 …T(ctx.my_state.load(std::memory_order_relaxed) != d1::task_group_context::state::created, nullptr); in bind_to()
/oneTBB/doc/main/tbb_userguide/design_patterns/
H A DDesign_Patterns.rst34 Much of the nomenclature and examples are adapted from Web pages created
H A DNon-Preemptive_Priorities.rst153 mapping resolves when the task actually executes, not when it is created.
/oneTBB/cmake/scripts/
H A Dcmake_gen_github_configs.cmake49 message(STATUS "TBBConfig files were created in ${INSTALL_DIR}")
/oneTBB/src/tbbbind/
H A DCMakeLists.txt20 " The ${TBBBIND_NAME} target cannot be created")
/oneTBB/
H A DBazel.md79 Switch to the folder with the files created earlier and run the binary with `bazel run //:Demo`.
/oneTBB/examples/graph/cholesky/
H A DREADME.md8 …in the original serial implementation of Crout-Cholesky, graph nodes are created instead and these…
/oneTBB/doc/main/tbb_userguide/Migration_Guide/
H A DTask_Scheduler_Init.rst18 …returns the maximum concurrency that will be created by *default* in implicit or explicit ``task_a…
/oneTBB/cmake/
H A DREADME.md260 `TBB_IMPORTED_TARGETS` | All created oneTBB imported targets (not supported for builds from source…
265 TBBConfig files are automatically created during the build from source code and can be installed to…
/oneTBB/examples/parallel_for/polygon_overlay/
H A DREADME.md17 …ing smaller numbers of polygons per submap. And remember the submaps are created by intersecting e…

12