History log of /oneTBB/src/tbbmalloc/ (Results 1 – 25 of 53)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
7b8018f006-Nov-2023 Brecht Sanders <[email protected]>

Support Windows on ARM64 (aarch64) when building with MinGW-w64 (#1245)


/oneTBB/.github/workflows/ci.yml
/oneTBB/CMakeLists.txt
/oneTBB/INSTALL.md
/oneTBB/cmake/README.md
/oneTBB/cmake/compilers/GNU.cmake
/oneTBB/cmake/compilers/IntelLLVM.cmake
/oneTBB/cmake/compilers/MSVC.cmake
/oneTBB/cmake/config_generation.cmake
/oneTBB/cmake/hwloc_detection.cmake
/oneTBB/cmake/templates/TBBConfig.cmake.in
/oneTBB/cmake/utils.cmake
/oneTBB/doc/index/toctree.rst
/oneTBB/doc/main/intro/limitations.rst
/oneTBB/doc/main/tbb_userguide/Edges.rst
/oneTBB/doc/main/tbb_userguide/Package_Contents_os.rst
/oneTBB/doc/main/tbb_userguide/title.rst
/oneTBB/examples/CMakeLists.txt
/oneTBB/examples/README.md
/oneTBB/examples/common/gui/CMakeLists.txt
/oneTBB/examples/concurrent_hash_map/count_strings/CMakeLists.txt
/oneTBB/examples/concurrent_priority_queue/shortpath/CMakeLists.txt
/oneTBB/examples/getting_started/sub_string_finder/CMakeLists.txt
/oneTBB/examples/graph/binpack/CMakeLists.txt
/oneTBB/examples/graph/cholesky/CMakeLists.txt
/oneTBB/examples/graph/dining_philosophers/CMakeLists.txt
/oneTBB/examples/graph/fgbzip2/CMakeLists.txt
/oneTBB/examples/graph/logic_sim/CMakeLists.txt
/oneTBB/examples/graph/som/CMakeLists.txt
/oneTBB/examples/migration/recursive_fibonacci/CMakeLists.txt
/oneTBB/examples/migration/recursive_fibonacci/README.md
/oneTBB/examples/migration/recursive_fibonacci/fibonacci.cpp
/oneTBB/examples/migration/recursive_fibonacci/fibonacci_single_task.h
/oneTBB/examples/migration/recursive_fibonacci/fibonacci_two_tasks.h
/oneTBB/examples/migration/recursive_fibonacci/task_emulation_layer.h
/oneTBB/examples/parallel_for/game_of_life/CMakeLists.txt
/oneTBB/examples/parallel_for/polygon_overlay/CMakeLists.txt
/oneTBB/examples/parallel_for/seismic/CMakeLists.txt
/oneTBB/examples/parallel_for/tachyon/CMakeLists.txt
/oneTBB/examples/parallel_for_each/parallel_preorder/CMakeLists.txt
/oneTBB/examples/parallel_pipeline/square/CMakeLists.txt
/oneTBB/examples/parallel_reduce/README.md
/oneTBB/examples/parallel_reduce/convex_hull/CMakeLists.txt
/oneTBB/examples/parallel_reduce/pi/CMakeLists.txt
/oneTBB/examples/parallel_reduce/pi/README.md
/oneTBB/examples/parallel_reduce/pi/common.h
/oneTBB/examples/parallel_reduce/pi/main.cpp
/oneTBB/examples/parallel_reduce/pi/pi.cpp
/oneTBB/examples/parallel_reduce/primes/CMakeLists.txt
/oneTBB/examples/task_arena/fractal/CMakeLists.txt
/oneTBB/examples/task_group/sudoku/CMakeLists.txt
/oneTBB/examples/test_all/fibonacci/CMakeLists.txt
/oneTBB/include/oneapi/tbb/detail/_concurrent_unordered_base.h
/oneTBB/include/oneapi/tbb/detail/_waitable_atomic.h
/oneTBB/include/oneapi/tbb/version.h
/oneTBB/integration/linux/modulefiles/tbb
/oneTBB/integration/linux/modulefiles/tbb32
/oneTBB/integration/windows/nuget/inteltbb.devel.win.targets
/oneTBB/src/tbb/CMakeLists.txt
/oneTBB/src/tbb/arena.cpp
/oneTBB/src/tbb/arena.h
/oneTBB/src/tbb/concurrent_monitor.h
/oneTBB/src/tbb/global_control.cpp
/oneTBB/src/tbb/tcm.h
/oneTBB/src/tbb/tools_api/legacy/ittnotify.h
/oneTBB/src/tbbbind/CMakeLists.txt
TypeDefinitions.h
/oneTBB/test/CMakeLists.txt
/oneTBB/test/common/doctest.h
/oneTBB/test/common/utils_concurrency_limit.h
/oneTBB/test/tbb/test_fuzzing.cpp
/oneTBB/test/tbb/test_task.cpp
c4a799df23-Aug-2023 JhaShweta1 <[email protected]>

Spelling correction (#1179)

* codespell changes

3b37835618-Aug-2023 Krzysztof Filipek <[email protected]>

Add explicit methods to meet the "rule of zero/three/five"

Signed-off-by: Krzysztof Filipek <[email protected]>

c79ef1e516-Aug-2023 Krzysztof Filipek <[email protected]>

Add missing methods to RecursiveMallocCallProtector class

This commit adds missing methods to meet "the rule of three".

Signed-off-by: Krzysztof Filipek <[email protected]>

b40b034f16-Aug-2023 Krzysztof Filipek <[email protected]>

Add missing methods to scoped_lock class

This commit adds missing methods to meet "the rule of three".

Signed-off-by: Krzysztof Filipek <[email protected]>

b9a0ab4516-Aug-2023 Krzysztof Filipek <[email protected]>

Add missing methods to ThreadId class

This commit adds missing methods to meet "the rule of three".

Signed-off-by: Krzysztof Filipek <[email protected]>

568a7e5816-Aug-2023 Krzysztof Filipek <[email protected]>

Add missing methods to RegisterProcessShutdownNotification struct

This commit adds missing methods to meet "the rule of three".

Signed-off-by: Krzysztof Filipek <[email protected]>

4743eda210-Aug-2023 Lukasz Dorau <[email protected]>

Initialize uninitialized scalar field currTime

Initialize uninitialized scalar field currTime.
It fixes the Coverity issue #449478.

Signed-off-by: Lukasz Dorau <[email protected]>

83e4801910-Aug-2023 Lukasz Dorau <[email protected]>

Make lastAccessMiss a local variable

Make lastAccessMiss a local variable.
It fixes the Coverity issue #449482.

Signed-off-by: Lukasz Dorau <[email protected]>

900b99bb10-Aug-2023 Lukasz Dorau <[email protected]>

Initialize uninitialized scalar field currCacheIdx

Initialize uninitialized scalar field currCacheIdx.
It fixes the Coverity issue #449484.

Signed-off-by: Lukasz Dorau <[email protected]>

926c378309-Aug-2023 Lukasz Dorau <[email protected]>

Assert if a shift amount is negative

Shifting by a negative amount has an undefined behavior.
A shift amount must not be negative.

It fixes the Coverity issues: 449477 and 913889.

Signed-off-by: L

Assert if a shift amount is negative

Shifting by a negative amount has an undefined behavior.
A shift amount must not be negative.

It fixes the Coverity issues: 449477 and 913889.

Signed-off-by: Lukasz Dorau <[email protected]>

show more ...

4992457d09-Aug-2023 Lukasz Dorau <[email protected]>

Verify size in alignToBin()

Size in alignToBin() must not be less than the StepFactor (8).

It fixes the Coverity issues: 449474 and 913880.

Signed-off-by: Lukasz Dorau <[email protected]>

32d5ec1f05-Jun-2023 Łukasz Plewa <[email protected]>

Add additional synchronization around *CachesCleanup function

This commit fixes the issue when test_malloc_pools TestFixedBufferPool
fails sporadically on test_malloc_pools.cpp:437

utils::NativePar

Add additional synchronization around *CachesCleanup function

This commit fixes the issue when test_malloc_pools TestFixedBufferPool
fails sporadically on test_malloc_pools.cpp:437

utils::NativeParallelFor( p, FixedPoolUse(p, pool, MAX_OBJECT/p/2,1) );

The main problem was that threads were not aware of cleanup operations
done by SoftCachesCleanup() and HardCachesCleanup() functions.
So while one thread was doing a cleanup, the second one
returns ENOMEM as it couldn't find any memory to allocate in the
backend (this test creates fixedSizePool)

The change adds additional flags and counters that indicate cleanup
operation is in progress, allowing the thread to wait for those
operations to complete before deciding if there is free memory to
allocate or not and return this information to the caller.

In the scenario reproduced by the test, memory for the allocation can
be reclaimed from the LOC. This operation happens in the
loc.cleanAll() or loc.regularCleanup functions called respectively, by
hardCachesCleanup() or softCachesCleanup() functions.
In those functions, free memory is removed from LOC and added to the
backend bin. Between those operations, other threads are unaware that
this memory block is free and returns ENOMEM to the user.

To fix this problem, this patch adds two flags to indicate that
cleanup (soft or hard) is in progress, and threads should wait before
returning NULL to the user.

But there was one more problem: backend::clean() function.
This function removes memory from the bins to try to release or
coalesce it. The problem is that other threads were not aware of
this operation. It causes a 'funny' situation when:

Thread 1: Performs HardCachescleanup function
Thread 2: wait "waitTillBlockReleased()"
Thread 1: Returns memory from LOC
Thread 2: exits waitTillBlockReleased() as it detected new memory in
backend
Thread 1: starts backend::clean() - removes memory from the bin to try
coalesce it
Thread 2: Fail memory allocation as there is no free block in
bins, and returns ENOMEM
Thread 1: Finish coalescing and return memory back to bins

To resolve this problem, this patch adds a counter which allows
threads to detect when clean operation is done so that the threads
will wait for the complition of there is no memory available.

Signed-off-by: Łukasz Plewa <[email protected]>

show more ...

25c399f405-Jun-2023 Łukasz Plewa <[email protected]>

Refactor waitTillBlockReleased function

"for loop" without condition and without iterator is not a great
solution for code readability. For simple infinite loop "while loop" is
much more readable so

Refactor waitTillBlockReleased function

"for loop" without condition and without iterator is not a great
solution for code readability. For simple infinite loop "while loop" is
much more readable solution.

Signed-off-by: Łukasz Plewa <[email protected]>

show more ...


/oneTBB/CMakeLists.txt
/oneTBB/RELEASE_NOTES.md
/oneTBB/SYSTEM_REQUIREMENTS.md
/oneTBB/cmake/README.md
/oneTBB/cmake/compilers/Clang.cmake
/oneTBB/cmake/compilers/GNU.cmake
/oneTBB/doc/GSG/next_steps.rst
/oneTBB/doc/main/_templates/layout.html
/oneTBB/doc/main/tbb_userguide/std_invoke.rst
/oneTBB/doc/main/tbb_userguide/title.rst
/oneTBB/examples/CMakeLists.txt
/oneTBB/examples/getting_started/README.md
/oneTBB/examples/getting_started/sub_string_finder/README.md
/oneTBB/examples/migration/README.md
/oneTBB/examples/migration/recursive_fibonacci/CMakeLists.txt
/oneTBB/examples/migration/recursive_fibonacci/README.md
/oneTBB/examples/migration/recursive_fibonacci/fibonacci.cpp
/oneTBB/examples/migration/recursive_fibonacci/task_emulation_layer.h
/oneTBB/include/oneapi/tbb.h
/oneTBB/include/oneapi/tbb/detail/_config.h
/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/scalable_allocator.h
/oneTBB/include/oneapi/tbb/task_arena.h
/oneTBB/include/oneapi/tbb/task_group.h
/oneTBB/include/tbb/mutex.h
/oneTBB/include/tbb/rw_mutex.h
/oneTBB/python/README.md
/oneTBB/python/setup.py
/oneTBB/src/tbb/CMakeLists.txt
/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/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/tools_api/ittnotify.h
/oneTBB/src/tbb/waiters.h
/oneTBB/src/tbbbind/def/mac64-tbbbind.def
/oneTBB/src/tbbbind/tbb_bind.cpp
backend.cpp
/oneTBB/test/common/common_arena_constraints.h
/oneTBB/test/common/concurrency_tracker.h
/oneTBB/test/common/cpu_usertime.h
/oneTBB/test/conformance/conformance_flowgraph.h
/oneTBB/test/conformance/conformance_global_control.cpp
/oneTBB/test/tbb/test_arena_constraints.cpp
/oneTBB/test/tbb/test_arena_priorities.cpp
/oneTBB/test/tbb/test_concurrent_queue.cpp
/oneTBB/test/tbb/test_eh_algorithms.cpp
/oneTBB/test/tbb/test_eh_flow_graph.cpp
/oneTBB/test/tbb/test_global_control.cpp
/oneTBB/test/tbb/test_limiter_node.cpp
/oneTBB/test/tbb/test_task.cpp
/oneTBB/test/tbb/test_task_arena.cpp
/oneTBB/test/tbb/test_task_group.cpp
/oneTBB/test/tbb/test_tbb_header.cpp
c7865c1b13-Jun-2023 Łukasz Plewa <[email protected]>

Fix deadlock in tbbmalloc raportFreeBlocks function (#1117)

trylockblock() locks mutex in the current element and mutex in right
neighbor, so we have to free both locks.

Signed-off-by: Łukasz Pl

Fix deadlock in tbbmalloc raportFreeBlocks function (#1117)

trylockblock() locks mutex in the current element and mutex in right
neighbor, so we have to free both locks.

Signed-off-by: Łukasz Plewa <[email protected]>

show more ...

fc18473808-Jun-2023 Konstantin Boyarinov <[email protected]>

Minor fixes for KW in tbbmalloc (#1124)

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

26b4256706-Jun-2023 Ilya Isaev <[email protected]>

Use binary major version for dlopen on MacOS (#1062)

MacOS version of code tries to open unversioned binaries of runtime plugins unlike on Linux. This patch aligns this behavior.

Signed-off-by: I

Use binary major version for dlopen on MacOS (#1062)

MacOS version of code tries to open unversioned binaries of runtime plugins unlike on Linux. This patch aligns this behavior.

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

show more ...


/oneTBB/.github/issue_labeler.yml
/oneTBB/.github/workflows/ci.yml
/oneTBB/.github/workflows/issue_labeler.yml
/oneTBB/CMakeLists.txt
/oneTBB/SECURITY.md
/oneTBB/SYSTEM_REQUIREMENTS.md
/oneTBB/cmake/compilers/GNU.cmake
/oneTBB/cmake/config_generation.cmake
/oneTBB/cmake/resumable_tasks.cmake
/oneTBB/cmake/scripts/cmake_gen_github_configs.cmake
/oneTBB/cmake/templates/TBBConfig.cmake.in
/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/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/CMakeLists.txt
/oneTBB/src/tbb/allocator.cpp
/oneTBB/src/tbb/dynamic_link.cpp
/oneTBB/src/tbb/rml_tbb.cpp
tbbmalloc.cpp
/oneTBB/test/common/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
9515f14f04-May-2023 Dmitri Mokhov <[email protected]>

Add DLL info for all tbbbind versions instead of just the default (#1095)

Also, add patch number to file version.

Signed-off-by: Dmitri Mokhov <[email protected]>

269d1c3e17-Apr-2023 Konstantin Boyarinov <[email protected]>

Fix uninitialized variable in tbbmalloc for KW (#1068)

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

a96a032f06-Apr-2023 Vladislav Shchapov <[email protected]>

Fix for build error: use of bitwise '|' with boolean operands [-Werror,-Wbitwise-instead-of-logical] (#1059)

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

2110128e30-Mar-2023 sarathnandu <[email protected]>

Introduce new SDL compile flags on Windows and fix warnings. (#1035)

* Add Windows compiler flags related to security and fix TBB Malloc Warnings.
---------

Signed-off-by: sarathnandu <sarath.na

Introduce new SDL compile flags on Windows and fix warnings. (#1035)

* Add Windows compiler flags related to security and fix TBB Malloc Warnings.
---------

Signed-off-by: sarathnandu <[email protected]>
Co-authored-by: Pavel Kumbrasev <[email protected]>

show more ...

44505eb629-Mar-2023 Yun Hsiang <[email protected]>

Disable ITT_NOTIFY for RISC-V (#1053)

ITT_NOTIFY doesn't support RISC-V. Disable it when building for RISC-V.

Signed-off-by: Yun Hsiang <[email protected]>

989ede9610-Jan-2023 Vladislav Shchapov <[email protected]>

Cleanup Windows resource files (#924)

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

0e6d469912-Dec-2022 Anuya Welling <[email protected]>

Replacing files to update ittnotify to tag v3.23.0 (#956)

* Replacing files to update ittnotify to tag v3.23.0

* codespell error elimination

* Adding back changes made by PR #917

* Adding b

Replacing files to update ittnotify to tag v3.23.0 (#956)

* Replacing files to update ittnotify to tag v3.23.0

* codespell error elimination

* Adding back changes made by PR #917

* Adding back changes made by #850

* Changing copyright

* ITT RELEASE RESOURCES MACRO

* Fixing copyright issue

* Address changes for frontend.cpp

show more ...


/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
Customize.h
frontend.cpp
/oneTBB/test/common/utils.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_lru_cache.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_partitioner.cpp
912cd2b020-Oct-2022 Ilya Isaev <[email protected]>

Fix build with source dir path containing spaces (#930)

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

123