| /oneTBB/doc/main/reference/ |
| H A D | task_group_extensions.rst | 66 …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 D | Edges.rst | 9 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 D | Data_Flow_Graph.rst | 69 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 D | cancelling_nested_parallelism.rst | 20 graph, it is created with an isolated context by default.
|
| H A D | Initializing_and_Terminating_the_Library.rst | 16 until all worker threads implicitly created by the library have completed.
|
| H A D | appendix_B.rst | 42 previously created thread team to execute the loop in parallel.
|
| H A D | Timing.rst | 35 that were created by different threads. A ``tick_count`` difference can
|
| H A D | use_nested_algorithms.rst | 14 In the example below, five nodes are created: an ``input_node``,
|
| H A D | use_concurrency_limits.rst | 73 the ``input_node``, causing the ``input_node`` to buffer its last created
|
| H A D | How_Task_Scheduler_Works.rst | 23 - **Strike when the cache is hot**. The deepest tasks are the most recently created tasks and there…
|
| H A D | Cancellation_and_Nested_Parallelism.rst | 15 associated with a ``task_group_context`` created by the algorithm.
|
| H A D | Parallelizing_Flow_Graph.rst | 23 nodes in the graph. In this example, the sequence is created by a
|
| H A D | parallel_for_os.rst | 67 is created. Template function ``parallel_for`` requires that the body
|
| H A D | Nodes.rst | 95 In the above example code, the function_node n was created with a
|
| /oneTBB/test/tbbmalloc/ |
| H A D | test_malloc_pools.cpp | 660 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 D | task_group_context.cpp | 93 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 D | Design_Patterns.rst | 34 Much of the nomenclature and examples are adapted from Web pages created
|
| H A D | Non-Preemptive_Priorities.rst | 153 mapping resolves when the task actually executes, not when it is created.
|
| /oneTBB/cmake/scripts/ |
| H A D | cmake_gen_github_configs.cmake | 49 message(STATUS "TBBConfig files were created in ${INSTALL_DIR}")
|
| /oneTBB/src/tbbbind/ |
| H A D | CMakeLists.txt | 20 " The ${TBBBIND_NAME} target cannot be created")
|
| /oneTBB/ |
| H A D | Bazel.md | 79 Switch to the folder with the files created earlier and run the binary with `bazel run //:Demo`.
|
| /oneTBB/examples/graph/cholesky/ |
| H A D | README.md | 8 …in the original serial implementation of Crout-Cholesky, graph nodes are created instead and these…
|
| /oneTBB/doc/main/tbb_userguide/Migration_Guide/ |
| H A D | Task_Scheduler_Init.rst | 18 …returns the maximum concurrency that will be created by *default* in implicit or explicit ``task_a…
|
| /oneTBB/cmake/ |
| H A D | README.md | 260 `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 D | README.md | 17 …ing smaller numbers of polygons per submap. And remember the submaps are created by intersecting e…
|