History log of /oneTBB/test/common/ (Results 1 – 25 of 58)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
546fe27308-Sep-2023 Ilya Isaev <[email protected]>

Fix test_task crash/hang on RT Linux systems (#1201)

"Test priority inversion" test case manually increases threads' priority (including main thread) to test priority inversion problem but never res

Fix test_task crash/hang on RT Linux systems (#1201)

"Test priority inversion" test case manually increases threads' priority (including main thread) to test priority inversion problem but never restore it. That could lead to busy-waiting inside oneTBB on RT Linux kernels which is not expected. This patch restores previous priority after the test case completes.

Signed-off-by: Isaev, Ilya <[email protected]>
Co-authored-by: Konstantin Boyarinov <[email protected]>

show more ...

1ddebef828-Aug-2023 xiacunshun <[email protected]>

doctest: Fix compiler error of address will never be NULL (#1181)

Co-authored-by: cunshunxia <[email protected]>

c4a799df23-Aug-2023 JhaShweta1 <[email protected]>

Spelling correction (#1179)

* codespell changes


/oneTBB/.github/workflows/issue_labeler.yml
/oneTBB/CMakeLists.txt
/oneTBB/cmake/README.md
/oneTBB/cmake/compilers/Clang.cmake
/oneTBB/doc/GSG/next_steps.rst
/oneTBB/doc/main/tbb_userguide/Working_on_the_Assembly_Line_pipeline.rst
/oneTBB/examples/graph/fgbzip2/CMakeLists.txt
/oneTBB/examples/migration/recursive_fibonacci/fibonacci.cpp
/oneTBB/examples/parallel_for/tachyon/src/imageio.cpp
/oneTBB/examples/parallel_for/tachyon/src/imageio.hpp
/oneTBB/examples/parallel_for/tachyon/src/jpeg.cpp
/oneTBB/examples/parallel_for/tachyon/src/ppm.cpp
/oneTBB/examples/parallel_for/tachyon/src/ppm.hpp
/oneTBB/include/oneapi/tbb/concurrent_queue.h
/oneTBB/include/oneapi/tbb/detail/_config.h
/oneTBB/include/oneapi/tbb/parallel_invoke.h
/oneTBB/include/oneapi/tbb/partitioner.h
/oneTBB/include/oneapi/tbb/version.h
/oneTBB/include/tbb/mutex.h
/oneTBB/include/tbb/rw_mutex.h
/oneTBB/integration/linux/env/vars.sh
/oneTBB/integration/linux/modulefiles/tbb
/oneTBB/integration/linux/modulefiles/tbb32
/oneTBB/integration/linux/oneapi/vars.sh
/oneTBB/integration/windows/env/vars.bat
/oneTBB/integration/windows/oneapi/vars.bat
/oneTBB/src/tbb/CMakeLists.txt
/oneTBB/src/tbb/arena.cpp
/oneTBB/src/tbb/arena.h
/oneTBB/src/tbb/main.cpp
/oneTBB/src/tbb/market.cpp
/oneTBB/src/tbb/market.h
/oneTBB/src/tbb/misc_ex.cpp
/oneTBB/src/tbb/permit_manager.h
/oneTBB/src/tbb/pm_client.h
/oneTBB/src/tbb/tcm.h
/oneTBB/src/tbb/tcm_adaptor.cpp
/oneTBB/src/tbb/tcm_adaptor.h
/oneTBB/src/tbb/threading_control.cpp
/oneTBB/src/tbb/threading_control.h
/oneTBB/src/tbb/tools_api/ittnotify.h
/oneTBB/src/tbb/tools_api/ittnotify_config.h
/oneTBB/src/tbb/tools_api/ittnotify_static.c
/oneTBB/src/tbb/tools_api/ittnotify_static.h
/oneTBB/src/tbb/tools_api/legacy/ittnotify.h
/oneTBB/src/tbbbind/tbb_bind.cpp
/oneTBB/src/tbbmalloc/Synchronize.h
/oneTBB/src/tbbmalloc/backend.cpp
/oneTBB/src/tbbmalloc/backend.h
/oneTBB/src/tbbmalloc/frontend.cpp
/oneTBB/src/tbbmalloc/large_objects.cpp
/oneTBB/src/tbbmalloc/large_objects.h
/oneTBB/src/tbbmalloc/tbbmalloc.cpp
/oneTBB/src/tbbmalloc/tbbmalloc_internal.h
/oneTBB/test/CMakeLists.txt
concurrent_associative_common.h
/oneTBB/test/conformance/conformance_concurrent_hash_map.cpp
/oneTBB/test/conformance/conformance_concurrent_queue.cpp
/oneTBB/test/conformance/conformance_concurrent_vector.cpp
/oneTBB/test/conformance/conformance_global_control.cpp
/oneTBB/test/tbb/test_async_node.cpp
/oneTBB/test/tbb/test_broadcast_node.cpp
/oneTBB/test/tbb/test_buffer_node.cpp
/oneTBB/test/tbb/test_concurrent_hash_map.cpp
/oneTBB/test/tbb/test_continue_node.cpp
/oneTBB/test/tbb/test_global_control.cpp
/oneTBB/test/tbb/test_join_node_preview.cpp
/oneTBB/test/tbb/test_parallel_invoke.cpp
/oneTBB/test/tbb/test_partitioner.cpp
/oneTBB/test/tbb/test_task_arena.cpp
/oneTBB/test/tbb/test_task_group.cpp
/oneTBB/test/tbbmalloc/test_malloc_whitebox.cpp
f9fd1bee03-Aug-2023 Ilya Isaev <[email protected]>

Allow building and loading of TBBBind on macOS (#1132)

With this patch user may build TBBBind on macOS and be able to use tbb::info namespace to obtain high-level information about the system and li

Allow building and loading of TBBBind on macOS (#1132)

With this patch user may build TBBBind on macOS and be able to use tbb::info namespace to obtain high-level information about the system and limit task_arena accordingly (without actual CPU binding since such functionality is not supported on macOS via HWLOC).

Signed-off-by: Isaev, Ilya <[email protected]>

show more ...

c456844916-Jun-2023 Pavel Kumbrasev <[email protected]>

Refactor market into threading layer (#758)

Signed-off-by: Alexei Katranov <[email protected]>
Signed-off-by: pavelkumbrasev <[email protected]>

Co-authored-by: Aleksei Fedotov <

Refactor market into threading layer (#758)

Signed-off-by: Alexei Katranov <[email protected]>
Signed-off-by: pavelkumbrasev <[email protected]>

Co-authored-by: Aleksei Fedotov <[email protected]>
Co-authored-by: Ilya Isaev <[email protected]>
Co-authored-by: kboyarinov <[email protected]>

show more ...


/oneTBB/.github/issue_labeler.yml
/oneTBB/.github/workflows/ci.yml
/oneTBB/.github/workflows/issue_labeler.yml
/oneTBB/CMakeLists.txt
/oneTBB/cmake/compilers/GNU.cmake
/oneTBB/cmake/resumable_tasks.cmake
/oneTBB/cmake/utils.cmake
/oneTBB/doc/GSG/get_started.rst
/oneTBB/doc/GSG/integrate.rst
/oneTBB/doc/GSG/intro.rst
/oneTBB/doc/GSG/next_steps.rst
/oneTBB/doc/GSG/samples.rst
/oneTBB/doc/conf.py
/oneTBB/doc/index/toctree.rst
/oneTBB/doc/main/reference/task_group_extensions.rst
/oneTBB/doc/main/tbb_userguide/Flow_Graph_Tips.rst
/oneTBB/doc/main/tbb_userguide/Migration_Guide/Task_Scheduler_Init.rst
/oneTBB/doc/main/tbb_userguide/attach_flow_graph_to_arena.rst
/oneTBB/doc/main/tbb_userguide/design_patterns/Lazy_Initialization.rst
/oneTBB/include/oneapi/tbb/detail/_template_helpers.h
/oneTBB/include/oneapi/tbb/detail/_utils.h
/oneTBB/include/oneapi/tbb/mutex.h
/oneTBB/include/oneapi/tbb/task_arena.h
/oneTBB/include/oneapi/tbb/task_group.h
/oneTBB/python/CMakeLists.txt
/oneTBB/src/tbb/CMakeLists.txt
/oneTBB/src/tbb/allocator.cpp
/oneTBB/src/tbb/arena.cpp
/oneTBB/src/tbb/arena.h
/oneTBB/src/tbb/arena_slot.h
/oneTBB/src/tbb/cancellation_disseminator.h
/oneTBB/src/tbb/global_control.cpp
/oneTBB/src/tbb/governor.cpp
/oneTBB/src/tbb/governor.h
/oneTBB/src/tbb/main.cpp
/oneTBB/src/tbb/market.cpp
/oneTBB/src/tbb/market.h
/oneTBB/src/tbb/permit_manager.h
/oneTBB/src/tbb/pm_client.h
/oneTBB/src/tbb/rml_tbb.cpp
/oneTBB/src/tbb/scheduler_common.h
/oneTBB/src/tbb/task.cpp
/oneTBB/src/tbb/task_dispatcher.h
/oneTBB/src/tbb/task_group_context.cpp
/oneTBB/src/tbb/thread_control_monitor.h
/oneTBB/src/tbb/thread_data.h
/oneTBB/src/tbb/thread_dispatcher.cpp
/oneTBB/src/tbb/thread_dispatcher.h
/oneTBB/src/tbb/thread_dispatcher_client.h
/oneTBB/src/tbb/thread_request_serializer.cpp
/oneTBB/src/tbb/thread_request_serializer.h
/oneTBB/src/tbb/threading_control.cpp
/oneTBB/src/tbb/threading_control.h
/oneTBB/src/tbb/threading_control_client.h
/oneTBB/src/tbb/waiters.h
/oneTBB/src/tbbmalloc/backend.cpp
/oneTBB/src/tbbmalloc/frontend.cpp
/oneTBB/src/tbbmalloc/tbbmalloc.cpp
concurrency_tracker.h
cpu_usertime.h
/oneTBB/test/conformance/conformance_flowgraph.h
/oneTBB/test/conformance/conformance_global_control.cpp
/oneTBB/test/conformance/conformance_parallel_pipeline.cpp
/oneTBB/test/conformance/conformance_parallel_reduce.cpp
/oneTBB/test/tbb/test_arena_priorities.cpp
/oneTBB/test/tbb/test_eh_algorithms.cpp
/oneTBB/test/tbb/test_global_control.cpp
/oneTBB/test/tbb/test_task.cpp
/oneTBB/test/tbb/test_task_arena.cpp
/oneTBB/test/tbb/test_task_group.cpp
a088cfa017-May-2023 Konstantin Boyarinov <[email protected]>

Use of std::invoke to run the body in algorithms and graph nodes (#880)

Signed-off-by: kboyarinov <[email protected]>


/oneTBB/README.md
/oneTBB/SECURITY.md
/oneTBB/SYSTEM_REQUIREMENTS.md
/oneTBB/WASM_Support.md
/oneTBB/cmake/config_generation.cmake
/oneTBB/cmake/scripts/cmake_gen_github_configs.cmake
/oneTBB/cmake/templates/TBBConfig.cmake.in
/oneTBB/doc/main/reference/task_group_extensions.rst
/oneTBB/include/oneapi/tbb/concurrent_queue.h
/oneTBB/include/oneapi/tbb/detail/_config.h
/oneTBB/include/oneapi/tbb/detail/_flow_graph_body_impl.h
/oneTBB/include/oneapi/tbb/detail/_flow_graph_node_impl.h
/oneTBB/include/oneapi/tbb/detail/_flow_graph_tagged_buffer_impl.h
/oneTBB/include/oneapi/tbb/detail/_pipeline_filters.h
/oneTBB/include/oneapi/tbb/detail/_pipeline_filters_deduction.h
/oneTBB/include/oneapi/tbb/detail/_utils.h
/oneTBB/include/oneapi/tbb/flow_graph.h
/oneTBB/include/oneapi/tbb/parallel_for.h
/oneTBB/include/oneapi/tbb/parallel_for_each.h
/oneTBB/include/oneapi/tbb/parallel_reduce.h
/oneTBB/include/oneapi/tbb/parallel_scan.h
/oneTBB/integration/pkg-config/tbb.pc.in
/oneTBB/src/tbb/dynamic_link.cpp
/oneTBB/src/tbb/tbb.rc
/oneTBB/src/tbbbind/CMakeLists.txt
/oneTBB/src/tbbbind/tbb_bind.rc
/oneTBB/src/tbbmalloc/tbbmalloc.rc
/oneTBB/src/tbbmalloc_proxy/tbbmalloc_proxy.rc
test_invoke.h
/oneTBB/test/conformance/conformance_async_node.cpp
/oneTBB/test/conformance/conformance_concurrent_queue.cpp
/oneTBB/test/conformance/conformance_function_node.cpp
/oneTBB/test/conformance/conformance_join_node.cpp
/oneTBB/test/conformance/conformance_multifunction_node.cpp
/oneTBB/test/conformance/conformance_parallel_for.cpp
/oneTBB/test/conformance/conformance_parallel_for_each.cpp
/oneTBB/test/conformance/conformance_parallel_pipeline.cpp
/oneTBB/test/conformance/conformance_parallel_reduce.cpp
/oneTBB/test/conformance/conformance_parallel_scan.cpp
/oneTBB/test/conformance/conformance_sequencer_node.cpp
/oneTBB/test/tbb/test_task.cpp
84bf9d4527-Apr-2023 JhaShweta1 <[email protected]>

Update Doctest to newer version (#999)

Co-authored-by: pavelkumbrasev <[email protected]>

d5fd1e9704-Apr-2023 Konstantin Boyarinov <[email protected]>

Fix reserve(0) issue for concurrent unordered containers (#1057)

Signed-off-by: kboyarinov <[email protected]>

154cc73c22-Feb-2023 Sam James <[email protected]>

test: common: include <cstdlib> for abort() (fix build with GCC 13) (#1031)

GCC 13 (as usual for new compiler releases) shuffles around some
internal includes and so <cstdint> etc is no longer tran

test: common: include <cstdlib> for abort() (fix build with GCC 13) (#1031)

GCC 13 (as usual for new compiler releases) shuffles around some
internal includes and so <cstdint> etc is no longer transitively included.

See https://www.gnu.org/software/gcc/gcc-13/porting_to.html.

Signed-off-by: Sam James <[email protected]>

show more ...

2ecfcf5a20-Dec-2022 Ivan Kochin <[email protected]>

Moving the Hybrid CPUs API out of preview (#680)

Move the Hybrid CPUs API out of preview. This patch removes the necessity of setting the preview macro and removes the API reference topic

Signed-

Moving the Hybrid CPUs API out of preview (#680)

Move the Hybrid CPUs API out of preview. This patch removes the necessity of setting the preview macro and removes the API reference topic

Signed-off-by: Kochin Ivan <[email protected]>
Co-authored-by: Kochin Ivan <[email protected]>
Co-authored-by: Isaev, Ilya <[email protected]>
Co-authored-by: Alexandra <[email protected]>

show more ...

cd44d19816-Dec-2022 kboyarinov <[email protected]>

Fix/suppress warnings on gcc12.1 (#866)

Signed-off-by: kboyarinov <[email protected]>

c7157ce313-Dec-2022 Vladislav Shchapov <[email protected]>

Workaroud to -Wdeprecated-declarations warnings on macOS 13 SDK (#954)

* Disable -Wdeprecated-declarations warning in doctest.

* Replace sprintf "%f" with std::to_string.

Signed-off-by: Vladis

Workaroud to -Wdeprecated-declarations warnings on macOS 13 SDK (#954)

* Disable -Wdeprecated-declarations warning in doctest.

* Replace sprintf "%f" with std::to_string.

Signed-off-by: Vladislav Shchapov <[email protected]>

show more ...


/oneTBB/CMakeLists.txt
/oneTBB/INSTALL.md
/oneTBB/README.md
/oneTBB/RELEASE_NOTES.md
/oneTBB/cmake/sanitize.cmake
/oneTBB/doc/main/tbb_userguide/Flow-Graph-exception-tips.rst
/oneTBB/doc/main/tbb_userguide/Flow-Graph-waiting-tips.rst
/oneTBB/doc/main/tbb_userguide/Memory_Allocation.rst
/oneTBB/doc/main/tbb_userguide/Migration_Guide/Task_API.rst
/oneTBB/doc/main/tbb_userguide/automatically-replacing-malloc.rst
/oneTBB/examples/README.md
/oneTBB/include/oneapi/tbb/concurrent_hash_map.h
/oneTBB/include/oneapi/tbb/concurrent_lru_cache.h
/oneTBB/include/oneapi/tbb/concurrent_queue.h
/oneTBB/include/oneapi/tbb/concurrent_vector.h
/oneTBB/include/oneapi/tbb/detail/_aggregator.h
/oneTBB/include/oneapi/tbb/detail/_concurrent_queue_base.h
/oneTBB/include/oneapi/tbb/detail/_concurrent_skip_list.h
/oneTBB/include/oneapi/tbb/detail/_flow_graph_join_impl.h
/oneTBB/include/oneapi/tbb/detail/_flow_graph_node_impl.h
/oneTBB/include/oneapi/tbb/detail/_segment_table.h
/oneTBB/include/oneapi/tbb/flow_graph.h
/oneTBB/include/oneapi/tbb/parallel_for.h
/oneTBB/include/oneapi/tbb/parallel_reduce.h
/oneTBB/include/oneapi/tbb/partitioner.h
/oneTBB/include/oneapi/tbb/version.h
/oneTBB/python/rml/ipc_server.cpp
/oneTBB/src/tbb/arena_slot.h
/oneTBB/src/tbb/itt_notify.h
/oneTBB/src/tbb/main.cpp
/oneTBB/src/tbb/rml_thread_monitor.h
/oneTBB/src/tbb/semaphore.h
/oneTBB/src/tbb/task_stream.h
/oneTBB/src/tbb/tools_api/disable_warnings.h
/oneTBB/src/tbb/tools_api/ittnotify.h
/oneTBB/src/tbb/tools_api/ittnotify_config.h
/oneTBB/src/tbb/tools_api/ittnotify_static.c
/oneTBB/src/tbb/tools_api/ittnotify_static.h
/oneTBB/src/tbb/tools_api/ittnotify_types.h
/oneTBB/src/tbb/tools_api/legacy/ittnotify.h
/oneTBB/src/tbbmalloc/Customize.h
/oneTBB/src/tbbmalloc/frontend.cpp
doctest.h
/oneTBB/test/conformance/conformance_flowgraph.h
/oneTBB/test/conformance/conformance_join_node.cpp
/oneTBB/test/tbb/test_collaborative_call_once.cpp
/oneTBB/test/tbb/test_concurrent_queue_whitebox.cpp
/oneTBB/test/tbb/test_eh_flow_graph.cpp
/oneTBB/test/tbb/test_eh_thread.cpp
/oneTBB/test/tbb/test_indexer_node.cpp
/oneTBB/test/tbb/test_join_node.h
/oneTBB/test/tbb/test_limiter_node.cpp
/oneTBB/test/tbb/test_parallel_sort.cpp
/oneTBB/test/tbb/test_partitioner.cpp
cb88c51c21-Oct-2022 Ilya Isaev <[email protected]>

Handle case when LRU history capacity is zero (#939)

Signed-off-by: Isaev, Ilya <[email protected]>

aa247fa817-Oct-2022 Ilya Isaev <[email protected]>

[tbb::parallel_for_each] Don't call destructor for uninitialized object (#933)

Current implementation of parallel_for_each may call destructors for uninitialized objects when using Input iterator an

[tbb::parallel_for_each] Don't call destructor for uninitialized object (#933)

Current implementation of parallel_for_each may call destructors for uninitialized objects when using Input iterator and count of elements in block is less than max_block_size. This is UB and can lead to incorrect memory access in some scenarios.

Signed-off-by: Isaev, Ilya <[email protected]>

show more ...


/oneTBB/.github/workflows/ci.yml
/oneTBB/INSTALL.md
/oneTBB/README.md
/oneTBB/RELEASE_NOTES.md
/oneTBB/cmake/README.md
/oneTBB/cmake/compilers/AppleClang.cmake
/oneTBB/cmake/utils.cmake
/oneTBB/doc/GSG/Images/how-oneTBB-works.png
/oneTBB/doc/GSG/examples.rst
/oneTBB/doc/GSG/installation.rst
/oneTBB/doc/GSG/intro_gsg.rst
/oneTBB/doc/Makefile
/oneTBB/doc/README.md
/oneTBB/doc/conf.py
/oneTBB/doc/index/index_intro.rst
/oneTBB/doc/index/toctree.rst
/oneTBB/doc/main/_templates/layout.html
/oneTBB/doc/main/intro/testing_approach.rst
/oneTBB/doc/main/tbb_userguide/Advanced_Topic_Other_Kinds_of_Iteration_Spaces.rst
/oneTBB/doc/main/tbb_userguide/Flow_Graph_resource_tips.rst
/oneTBB/doc/main/tbb_userguide/How_Task_Scheduler_Works.rst
/oneTBB/doc/main/tbb_userguide/Task_Scheduler_Bypass.rst
/oneTBB/doc/main/tbb_userguide/The_Task_Scheduler.rst
/oneTBB/doc/main/tbb_userguide/attach_flow_graph_to_arena.rst
/oneTBB/doc/main/tbb_userguide/design_patterns/Design_Patterns.rst
/oneTBB/doc/main/tbb_userguide/design_patterns/Images/image008a.jpg
/oneTBB/doc/main/tbb_userguide/design_patterns/Images/image009a.jpg
/oneTBB/doc/main/tbb_userguide/design_patterns/Lazy_Initialization.rst
/oneTBB/doc/main/tbb_userguide/snippets/flow_graph_examples.cpp
/oneTBB/doc/make.bat
/oneTBB/include/oneapi/tbb/concurrent_queue.h
/oneTBB/include/oneapi/tbb/concurrent_unordered_map.h
/oneTBB/include/oneapi/tbb/concurrent_unordered_set.h
/oneTBB/include/oneapi/tbb/detail/_concurrent_queue_base.h
/oneTBB/include/oneapi/tbb/enumerable_thread_specific.h
/oneTBB/include/oneapi/tbb/parallel_for_each.h
/oneTBB/include/oneapi/tbb/partitioner.h
/oneTBB/include/oneapi/tbb/version.h
/oneTBB/python/tbb/test.py
/oneTBB/src/tbb/CMakeLists.txt
/oneTBB/src/tbb/market.cpp
/oneTBB/src/tbb/market.h
/oneTBB/src/tbb/misc_ex.cpp
/oneTBB/src/tbb/private_server.cpp
/oneTBB/src/tbb/tbb.rc
/oneTBB/src/tbb/tools_api/ittnotify_config.h
/oneTBB/src/tbbbind/CMakeLists.txt
/oneTBB/src/tbbbind/tbb_bind.rc
/oneTBB/src/tbbmalloc/CMakeLists.txt
/oneTBB/src/tbbmalloc/large_objects.cpp
/oneTBB/src/tbbmalloc/tbbmalloc.rc
/oneTBB/src/tbbmalloc_proxy/CMakeLists.txt
/oneTBB/src/tbbmalloc_proxy/tbbmalloc_proxy.rc
/oneTBB/test/CMakeLists.txt
parallel_for_each_common.h
/oneTBB/test/conformance/conformance_concurrent_queue.cpp
/oneTBB/test/tbb/test_collaborative_call_once.cpp
/oneTBB/test/tbb/test_concurrent_queue.cpp
/oneTBB/test/tbb/test_numa_dist.cpp
/oneTBB/test/tbb/test_partitioner.cpp
/oneTBB/test/tbb/test_partitioner.h
/oneTBB/test/tbb/test_tbb_header_secondary.cpp
/oneTBB/test/tbbmalloc/test_malloc_whitebox.cpp
ab1409e121-Feb-2022 Alex <[email protected]>

Fix incorrect assertion in test_eh_algorithms (#771)

* Fix incorrect assertion in test_eh_algorithms

Signed-off-by: Alexei Katranov <[email protected]>

c21e688a01-Feb-2022 Sergey Zheltov <[email protected]>

Update copyright year 2021 -> 2022 (#761)

Signed-off-by: Zheltov, Sergey1 <[email protected]>


/oneTBB/.bazelversion
/oneTBB/.github/workflows/ci.yml
/oneTBB/BUILD.bazel
/oneTBB/examples/common/gui/convideo.cpp
/oneTBB/examples/common/gui/d2dvideo.cpp
/oneTBB/examples/common/gui/gdivideo.cpp
/oneTBB/examples/common/gui/macvideo.cpp
/oneTBB/examples/common/gui/winvideo.hpp
/oneTBB/examples/common/gui/xvideo.cpp
/oneTBB/examples/parallel_for/game_of_life/Game_of_life.cpp
/oneTBB/examples/parallel_for/polygon_overlay/polymain.cpp
/oneTBB/examples/parallel_for/polygon_overlay/polymain.hpp
/oneTBB/examples/parallel_for/polygon_overlay/pover_video.hpp
/oneTBB/examples/parallel_for/tachyon/src/main.cpp
/oneTBB/examples/parallel_for/tachyon/src/render.cpp
/oneTBB/examples/task_arena/fractal/fractal_video.hpp
/oneTBB/examples/test_all/fibonacci/fibonacci.cpp
/oneTBB/include/oneapi/tbb/cache_aligned_allocator.h
/oneTBB/include/oneapi/tbb/concurrent_priority_queue.h
/oneTBB/include/oneapi/tbb/detail/_aggregator.h
/oneTBB/include/oneapi/tbb/detail/_assert.h
/oneTBB/include/oneapi/tbb/detail/_concurrent_queue_base.h
/oneTBB/include/oneapi/tbb/detail/_flow_graph_body_impl.h
/oneTBB/include/oneapi/tbb/detail/_flow_graph_cache_impl.h
/oneTBB/include/oneapi/tbb/detail/_flow_graph_impl.h
/oneTBB/include/oneapi/tbb/detail/_flow_graph_item_buffer_impl.h
/oneTBB/include/oneapi/tbb/detail/_flow_graph_join_impl.h
/oneTBB/include/oneapi/tbb/detail/_flow_graph_node_impl.h
/oneTBB/include/oneapi/tbb/detail/_flow_graph_tagged_buffer_impl.h
/oneTBB/include/oneapi/tbb/detail/_flow_graph_trace_impl.h
/oneTBB/include/oneapi/tbb/detail/_flow_graph_types_impl.h
/oneTBB/include/oneapi/tbb/detail/_machine.h
/oneTBB/include/oneapi/tbb/detail/_pipeline_filters.h
/oneTBB/include/oneapi/tbb/detail/_scoped_lock.h
/oneTBB/include/oneapi/tbb/detail/_task.h
/oneTBB/include/oneapi/tbb/enumerable_thread_specific.h
/oneTBB/include/oneapi/tbb/flow_graph.h
/oneTBB/include/oneapi/tbb/memory_pool.h
/oneTBB/include/oneapi/tbb/parallel_reduce.h
/oneTBB/include/oneapi/tbb/partitioner.h
/oneTBB/include/oneapi/tbb/profiling.h
/oneTBB/include/oneapi/tbb/queuing_mutex.h
/oneTBB/include/oneapi/tbb/queuing_rw_mutex.h
/oneTBB/src/tbb/allocator.cpp
/oneTBB/src/tbb/arena.cpp
/oneTBB/src/tbb/arena_slot.h
/oneTBB/src/tbb/co_context.h
/oneTBB/src/tbb/dynamic_link.cpp
/oneTBB/src/tbb/dynamic_link.h
/oneTBB/src/tbb/environment.h
/oneTBB/src/tbb/exception.cpp
/oneTBB/src/tbb/global_control.cpp
/oneTBB/src/tbb/governor.cpp
/oneTBB/src/tbb/governor.h
/oneTBB/src/tbb/itt_notify.cpp
/oneTBB/src/tbb/main.cpp
/oneTBB/src/tbb/market.cpp
/oneTBB/src/tbb/market.h
/oneTBB/src/tbb/misc.h
/oneTBB/src/tbb/misc_ex.cpp
/oneTBB/src/tbb/observer_proxy.cpp
/oneTBB/src/tbb/observer_proxy.h
/oneTBB/src/tbb/parallel_pipeline.cpp
/oneTBB/src/tbb/private_server.cpp
/oneTBB/src/tbb/profiling.cpp
/oneTBB/src/tbb/queuing_rw_mutex.cpp
/oneTBB/src/tbb/rml_tbb.cpp
/oneTBB/src/tbb/rml_thread_monitor.h
/oneTBB/src/tbb/rtm_mutex.cpp
/oneTBB/src/tbb/rtm_rw_mutex.cpp
/oneTBB/src/tbb/scheduler_common.h
/oneTBB/src/tbb/semaphore.cpp
/oneTBB/src/tbb/semaphore.h
/oneTBB/src/tbb/task_stream.h
/oneTBB/src/tbb/tls.h
/oneTBB/src/tbbmalloc/MapMemory.h
/oneTBB/src/tbbmalloc/Statistics.h
/oneTBB/src/tbbmalloc/backend.cpp
/oneTBB/src/tbbmalloc/backref.cpp
/oneTBB/src/tbbmalloc/frontend.cpp
/oneTBB/src/tbbmalloc/large_objects.cpp
/oneTBB/src/tbbmalloc/tbbmalloc.cpp
/oneTBB/src/tbbmalloc/tbbmalloc_internal.h
/oneTBB/src/tbbmalloc_proxy/function_replacement.cpp
/oneTBB/src/tbbmalloc_proxy/function_replacement.h
/oneTBB/src/tbbmalloc_proxy/proxy.cpp
/oneTBB/src/tbbmalloc_proxy/proxy_overload_osx.h
allocator_test_common.h
concurrency_tracker.h
graph_utils.h
memory_usage.h
tls_limit.h
utils_assert.h
utils_env.h
utils_report.h
/oneTBB/test/conformance/conformance_blocked_range.cpp
/oneTBB/test/conformance/conformance_blocked_range2d.cpp
/oneTBB/test/conformance/conformance_blocked_range3d.cpp
/oneTBB/test/conformance/conformance_concurrent_vector.cpp
/oneTBB/test/conformance/conformance_mutex.h
/oneTBB/test/tbb/test_allocators.cpp
/oneTBB/test/tbb/test_eh_thread.cpp
/oneTBB/test/tbb/test_indexer_node.cpp
/oneTBB/test/tbb/test_input_node.cpp
/oneTBB/test/tbb/test_join_node.h
/oneTBB/test/tbb/test_parallel_for.cpp
/oneTBB/test/tbb/test_parallel_pipeline.cpp
/oneTBB/test/tbb/test_parallel_reduce.cpp
/oneTBB/test/tbb/test_parallel_scan.cpp
/oneTBB/test/tbb/test_partitioner.h
/oneTBB/test/tbb/test_semaphore.cpp
/oneTBB/test/tbb/test_split_node.cpp
/oneTBB/test/tbb/test_tagged_msg.cpp
/oneTBB/test/tbb/test_tbb_fork.cpp
/oneTBB/test/tbbmalloc/test_malloc_atexit.cpp
/oneTBB/test/tbbmalloc/test_malloc_compliance.cpp
/oneTBB/test/tbbmalloc/test_malloc_lib_unload.cpp
/oneTBB/test/tbbmalloc/test_malloc_new_handler.cpp
/oneTBB/test/tbbmalloc/test_malloc_overload.cpp
/oneTBB/test/tbbmalloc/test_malloc_overload_disable.cpp
/oneTBB/test/tbbmalloc/test_malloc_pools.cpp
/oneTBB/test/tbbmalloc/test_malloc_shutdown_hang.cpp
/oneTBB/test/tbbmalloc/test_malloc_used_by_lib.cpp
/oneTBB/test/tbbmalloc/test_malloc_whitebox.cpp
/oneTBB/test/tbbmalloc/test_scalable_allocator.cpp
57f524ca26-Jan-2022 Ilya Isaev <[email protected]>

clang-tidy: use nullptr instead of NULL (#631)

This patch applies clang-tidy check- modernize-use-nullptr

Signed-off-by: Ilya Isaev <[email protected]>
Co-authored-by: vlserov <vladimir.serov

clang-tidy: use nullptr instead of NULL (#631)

This patch applies clang-tidy check- modernize-use-nullptr

Signed-off-by: Ilya Isaev <[email protected]>
Co-authored-by: vlserov <[email protected]>

show more ...


/oneTBB/.github/pull_request_template.md
/oneTBB/examples/common/gui/convideo.cpp
/oneTBB/examples/common/gui/d2dvideo.cpp
/oneTBB/examples/common/gui/gdivideo.cpp
/oneTBB/examples/common/gui/macvideo.cpp
/oneTBB/examples/common/gui/winvideo.hpp
/oneTBB/examples/common/gui/xvideo.cpp
/oneTBB/examples/parallel_for/game_of_life/Game_of_life.cpp
/oneTBB/examples/parallel_for/polygon_overlay/polymain.cpp
/oneTBB/examples/parallel_for/polygon_overlay/polymain.hpp
/oneTBB/examples/parallel_for/polygon_overlay/pover_video.hpp
/oneTBB/examples/parallel_for/tachyon/src/main.cpp
/oneTBB/examples/parallel_for/tachyon/src/render.cpp
/oneTBB/examples/task_arena/fractal/fractal_video.hpp
/oneTBB/examples/test_all/fibonacci/fibonacci.cpp
/oneTBB/include/oneapi/tbb/cache_aligned_allocator.h
/oneTBB/include/oneapi/tbb/concurrent_hash_map.h
/oneTBB/include/oneapi/tbb/concurrent_priority_queue.h
/oneTBB/include/oneapi/tbb/concurrent_vector.h
/oneTBB/include/oneapi/tbb/detail/_aggregator.h
/oneTBB/include/oneapi/tbb/detail/_assert.h
/oneTBB/include/oneapi/tbb/detail/_concurrent_queue_base.h
/oneTBB/include/oneapi/tbb/detail/_flow_graph_body_impl.h
/oneTBB/include/oneapi/tbb/detail/_flow_graph_cache_impl.h
/oneTBB/include/oneapi/tbb/detail/_flow_graph_impl.h
/oneTBB/include/oneapi/tbb/detail/_flow_graph_item_buffer_impl.h
/oneTBB/include/oneapi/tbb/detail/_flow_graph_join_impl.h
/oneTBB/include/oneapi/tbb/detail/_flow_graph_node_impl.h
/oneTBB/include/oneapi/tbb/detail/_flow_graph_tagged_buffer_impl.h
/oneTBB/include/oneapi/tbb/detail/_flow_graph_trace_impl.h
/oneTBB/include/oneapi/tbb/detail/_flow_graph_types_impl.h
/oneTBB/include/oneapi/tbb/detail/_machine.h
/oneTBB/include/oneapi/tbb/detail/_pipeline_filters.h
/oneTBB/include/oneapi/tbb/detail/_scoped_lock.h
/oneTBB/include/oneapi/tbb/detail/_task.h
/oneTBB/include/oneapi/tbb/enumerable_thread_specific.h
/oneTBB/include/oneapi/tbb/flow_graph.h
/oneTBB/include/oneapi/tbb/memory_pool.h
/oneTBB/include/oneapi/tbb/parallel_reduce.h
/oneTBB/include/oneapi/tbb/partitioner.h
/oneTBB/include/oneapi/tbb/profiling.h
/oneTBB/include/oneapi/tbb/queuing_mutex.h
/oneTBB/include/oneapi/tbb/queuing_rw_mutex.h
/oneTBB/include/oneapi/tbb/task_arena.h
/oneTBB/include/oneapi/tbb/task_group.h
/oneTBB/src/tbb/allocator.cpp
/oneTBB/src/tbb/arena.cpp
/oneTBB/src/tbb/arena_slot.h
/oneTBB/src/tbb/co_context.h
/oneTBB/src/tbb/dynamic_link.cpp
/oneTBB/src/tbb/dynamic_link.h
/oneTBB/src/tbb/environment.h
/oneTBB/src/tbb/exception.cpp
/oneTBB/src/tbb/global_control.cpp
/oneTBB/src/tbb/governor.cpp
/oneTBB/src/tbb/governor.h
/oneTBB/src/tbb/itt_notify.cpp
/oneTBB/src/tbb/main.cpp
/oneTBB/src/tbb/market.cpp
/oneTBB/src/tbb/market.h
/oneTBB/src/tbb/misc.h
/oneTBB/src/tbb/misc_ex.cpp
/oneTBB/src/tbb/observer_proxy.cpp
/oneTBB/src/tbb/observer_proxy.h
/oneTBB/src/tbb/parallel_pipeline.cpp
/oneTBB/src/tbb/private_server.cpp
/oneTBB/src/tbb/profiling.cpp
/oneTBB/src/tbb/queuing_rw_mutex.cpp
/oneTBB/src/tbb/rml_tbb.cpp
/oneTBB/src/tbb/rml_thread_monitor.h
/oneTBB/src/tbb/rtm_mutex.cpp
/oneTBB/src/tbb/rtm_rw_mutex.cpp
/oneTBB/src/tbb/scheduler_common.h
/oneTBB/src/tbb/semaphore.cpp
/oneTBB/src/tbb/semaphore.h
/oneTBB/src/tbb/task_dispatcher.h
/oneTBB/src/tbb/task_stream.h
/oneTBB/src/tbb/tls.h
/oneTBB/src/tbbmalloc/MapMemory.h
/oneTBB/src/tbbmalloc/Statistics.h
/oneTBB/src/tbbmalloc/backend.cpp
/oneTBB/src/tbbmalloc/backref.cpp
/oneTBB/src/tbbmalloc/frontend.cpp
/oneTBB/src/tbbmalloc/large_objects.cpp
/oneTBB/src/tbbmalloc/tbbmalloc.cpp
/oneTBB/src/tbbmalloc/tbbmalloc_internal.h
/oneTBB/src/tbbmalloc_proxy/function_replacement.cpp
/oneTBB/src/tbbmalloc_proxy/function_replacement.h
/oneTBB/src/tbbmalloc_proxy/proxy.cpp
/oneTBB/src/tbbmalloc_proxy/proxy_overload_osx.h
allocator_test_common.h
concurrency_tracker.h
graph_utils.h
memory_usage.h
tls_limit.h
utils_assert.h
utils_concurrency_limit.h
utils_env.h
utils_report.h
/oneTBB/test/conformance/conformance_blocked_range.cpp
/oneTBB/test/conformance/conformance_blocked_range2d.cpp
/oneTBB/test/conformance/conformance_blocked_range3d.cpp
/oneTBB/test/conformance/conformance_concurrent_vector.cpp
/oneTBB/test/conformance/conformance_mutex.h
/oneTBB/test/tbb/test_allocators.cpp
/oneTBB/test/tbb/test_eh_thread.cpp
/oneTBB/test/tbb/test_indexer_node.cpp
/oneTBB/test/tbb/test_input_node.cpp
/oneTBB/test/tbb/test_join_node.cpp
/oneTBB/test/tbb/test_join_node.h
/oneTBB/test/tbb/test_parallel_for.cpp
/oneTBB/test/tbb/test_parallel_pipeline.cpp
/oneTBB/test/tbb/test_parallel_reduce.cpp
/oneTBB/test/tbb/test_parallel_scan.cpp
/oneTBB/test/tbb/test_partitioner.h
/oneTBB/test/tbb/test_semaphore.cpp
/oneTBB/test/tbb/test_split_node.cpp
/oneTBB/test/tbb/test_tagged_msg.cpp
/oneTBB/test/tbb/test_task_arena.cpp
/oneTBB/test/tbb/test_task_group.cpp
/oneTBB/test/tbb/test_tbb_fork.cpp
/oneTBB/test/tbbmalloc/test_malloc_atexit.cpp
/oneTBB/test/tbbmalloc/test_malloc_compliance.cpp
/oneTBB/test/tbbmalloc/test_malloc_lib_unload.cpp
/oneTBB/test/tbbmalloc/test_malloc_new_handler.cpp
/oneTBB/test/tbbmalloc/test_malloc_overload.cpp
/oneTBB/test/tbbmalloc/test_malloc_overload_disable.cpp
/oneTBB/test/tbbmalloc/test_malloc_pools.cpp
/oneTBB/test/tbbmalloc/test_malloc_shutdown_hang.cpp
/oneTBB/test/tbbmalloc/test_malloc_used_by_lib.cpp
/oneTBB/test/tbbmalloc/test_malloc_whitebox.cpp
/oneTBB/test/tbbmalloc/test_scalable_allocator.cpp
e0cc518724-Jan-2022 Ilya Isaev <[email protected]>

Split tbb::flow::join_node testing into separate test files (#741)

In order to reduce GOT size on MIPS that leads to linkage errors (relocation truncated to fit: R_MIPS_GOT_PAGE) in debug, tbb::flow

Split tbb::flow::join_node testing into separate test files (#741)

In order to reduce GOT size on MIPS that leads to linkage errors (relocation truncated to fit: R_MIPS_GOT_PAGE) in debug, tbb::flow::join_node testing was split into separate files.

Signed-off-by: Ilya Isaev <[email protected]>

show more ...

35e0f55224-Jan-2022 Sergey Zheltov <[email protected]>

Fix DLL loading for tbb4py on Windows (#749)

* Fix DLL loading for tbb4py on Windows

Signed-off-by: Zheltov, Sergey1 <[email protected]>

* Fix copyright year

Signed-off-by: Zheltov,

Fix DLL loading for tbb4py on Windows (#749)

* Fix DLL loading for tbb4py on Windows

Signed-off-by: Zheltov, Sergey1 <[email protected]>

* Fix copyright year

Signed-off-by: Zheltov, Sergey1 <[email protected]>

show more ...

74207e5d24-Jan-2022 Anton Potapov <[email protected]>

Fix race in `conformance_task_arena` (#744)

* Fix race in conformance_task_arena

- call observe(false) in the derived observer destructor
- do the same for all observers in the tests

Signed-

Fix race in `conformance_task_arena` (#744)

* Fix race in conformance_task_arena

- call observe(false) in the derived observer destructor
- do the same for all observers in the tests

Signed-off-by: Anton Potapov <[email protected]>

show more ...

13f9f32b21-Jan-2022 Sergey Zheltov <[email protected]>

Update copyright year 2021 -> 2022 (#743)

Signed-off-by: Zheltov, Sergey1 <[email protected]>

555bc87321-Jan-2022 kboyarinov <[email protected]>

Fix unordered and ordered containers ranges for empty containers (#703)

* Fix container::range_type behavior in case of empty containers

* Remove test that violates the spec

* Fix range.begin

Fix unordered and ordered containers ranges for empty containers (#703)

* Fix container::range_type behavior in case of empty containers

* Remove test that violates the spec

* Fix range.begin to point to a value node

Signed-off-by: Alexei Katranov <[email protected]>

* Remove first_value_node from empty

Co-authored-by: Alexei Katranov <[email protected]>

show more ...

4ba6676710-Jan-2022 Ilya Isaev <[email protected]>

Update doctest version to 2.4.7 (#692)

Updated doctest version to the new released 2.4.7 and applied necessary locally made workarounds

Signed-off-by: Ilya Isaev <[email protected]>

5fc0a5f629-Dec-2021 Alex <[email protected]>

task_scheduler_handle productization (#566)

* task_scheduler_handle productization

Signed-off-by: Alexei Katranov <[email protected]

Co-authored-by: Anton Potapov <anton.potapov@intel.

task_scheduler_handle productization (#566)

* task_scheduler_handle productization

Signed-off-by: Alexei Katranov <[email protected]

Co-authored-by: Anton Potapov <[email protected]>

show more ...


/oneTBB/.github/workflows/ci.yml
/oneTBB/README.md
/oneTBB/cmake/post_install/CMakeLists.txt
/oneTBB/cmake/sanitize.cmake
/oneTBB/cmake/suppressions/tsan.suppressions
/oneTBB/doc/GSG/before_beginning_and_example.rst
/oneTBB/doc/GSG/get_started.rst
/oneTBB/doc/GSG/intro_gsg.rst
/oneTBB/doc/GSG/system_requirements.rst
/oneTBB/doc/_static/custom.js
/oneTBB/doc/_static/favicons.png
/oneTBB/doc/_static/oneAPI-rgb-rev-100.png
/oneTBB/doc/_static/theme_overrides.css
/oneTBB/doc/conf.py
/oneTBB/doc/index.rst
/oneTBB/doc/index/index_intro.rst
/oneTBB/doc/index/toctree.rst
/oneTBB/doc/index/useful_topics.rst
/oneTBB/doc/main/intro/help_support.rst
/oneTBB/doc/main/intro/intro_os.rst
/oneTBB/doc/main/intro/introducing_main_os.rst
/oneTBB/doc/main/reference/reference.rst
/oneTBB/doc/main/tbb_userguide/Bandwidth_and_Cache_Affinity_os.rst
/oneTBB/doc/main/tbb_userguide/Controlling_Chunking_os.rst
/oneTBB/doc/main/tbb_userguide/Migration_Guide/Task_Scheduler_Init.rst
/oneTBB/doc/main/tbb_userguide/Parallelizing_Simple_Loops_os.rst
/oneTBB/doc/main/tbb_userguide/Parallelizing_Simple_Loops_toctree.rst
/oneTBB/doc/main/tbb_userguide/parallel_for_os.rst
/oneTBB/doc/main/tbb_userguide/parallel_for_toctree.rst
/oneTBB/doc/main/tbb_userguide/title.rst
/oneTBB/include/oneapi/tbb/detail/_attach.h
/oneTBB/include/oneapi/tbb/detail/_config.h
/oneTBB/include/oneapi/tbb/detail/_exception.h
/oneTBB/include/oneapi/tbb/detail/_flow_graph_body_impl.h
/oneTBB/include/oneapi/tbb/detail/_flow_graph_impl.h
/oneTBB/include/oneapi/tbb/detail/_machine.h
/oneTBB/include/oneapi/tbb/detail/_task_handle.h
/oneTBB/include/oneapi/tbb/flow_graph.h
/oneTBB/include/oneapi/tbb/global_control.h
/oneTBB/include/oneapi/tbb/task_arena.h
/oneTBB/include/oneapi/tbb/task_group.h
/oneTBB/src/tbb/arena.h
/oneTBB/src/tbb/concurrent_monitor.h
/oneTBB/src/tbb/dynamic_link.cpp
/oneTBB/src/tbb/exception.cpp
/oneTBB/src/tbb/global_control.cpp
/oneTBB/src/tbb/governor.cpp
/oneTBB/src/tbb/market.cpp
/oneTBB/src/tbb/market.h
/oneTBB/test/CMakeLists.txt
dummy_body.h
/oneTBB/test/conformance/conformance_combinable.cpp
/oneTBB/test/conformance/conformance_enumerable_thread_specific.cpp
/oneTBB/test/conformance/conformance_global_control.cpp
/oneTBB/test/conformance/conformance_task_arena.cpp
/oneTBB/test/conformance/conformance_task_group.cpp
/oneTBB/test/conformance/conformance_task_group_context.cpp
/oneTBB/test/tbb/test_concurrent_monitor.cpp
/oneTBB/test/tbb/test_eh_flow_graph.cpp
/oneTBB/test/tbb/test_eh_thread.cpp
/oneTBB/test/tbb/test_enumerable_thread_specific.cpp
/oneTBB/test/tbb/test_global_control.cpp
/oneTBB/test/tbb/test_limiter_node.cpp
/oneTBB/test/tbb/test_scheduler_mix.cpp
/oneTBB/test/tbb/test_task_arena.cpp
/oneTBB/test/tbb/test_task_group.cpp
/oneTBB/test/tbb/test_tbb_fork.cpp
324afd9e08-Dec-2021 Ilya Mishin <[email protected]>

Catch exception in lightweight node (#623)

* Add raii to aggregator to prevent stuck

Signed-off-by: Mishin, Ilya <[email protected]>

* Add test

Signed-off-by: Mishin, Ilya <ilya.mishin@

Catch exception in lightweight node (#623)

* Add raii to aggregator to prevent stuck

Signed-off-by: Mishin, Ilya <[email protected]>

* Add test

Signed-off-by: Mishin, Ilya <[email protected]>

* Reuse tbb raii guard

Signed-off-by: Mishin, Ilya <[email protected]>

* Add header

Signed-off-by: Mishin, Ilya <[email protected]>

* execute_and_wait lightweight task

Signed-off-by: Mishin, Ilya <[email protected]>

* remove unused headers

Signed-off-by: Mishin, Ilya <[email protected]>

* remove space

Signed-off-by: Mishin, Ilya <[email protected]>

* remove std::function

Signed-off-by: Mishin, Ilya <[email protected]>

* noexcept lightweight body

Signed-off-by: Mishin, Ilya <[email protected]>

* fix cmake

Signed-off-by: Mishin, Ilya <[email protected]>

* fix space

Signed-off-by: Mishin, Ilya <[email protected]>

* gcc error

Signed-off-by: Mishin, Ilya <[email protected]>

* declval gateway_type

Signed-off-by: Mishin, Ilya <[email protected]>

* new tests

Signed-off-by: Mishin, Ilya <[email protected]>

* template tests

Signed-off-by: Mishin, Ilya <[email protected]>

* macro TBB_USE_EXCEPTIONS

Signed-off-by: Mishin, Ilya <[email protected]>

* Apply suggestions from code review

Co-authored-by: Aleksei Fedotov <[email protected]>

Co-authored-by: Aleksei Fedotov <[email protected]>

show more ...

123