| /oneTBB/test/tbb/ |
| H A D | test_environment_whitebox.cpp | 126 std::vector<std::pair<std::string, bool>> cases; in initialize_cases() local 128 cases.push_back(std::make_pair("1", true)); in initialize_cases() 129 cases.push_back(std::make_pair(" 1 ", true)); in initialize_cases() 136 cases.push_back(std::make_pair("", wrong_result)); in initialize_cases() 155 prepare_random_cases(cases); in initialize_cases() 156 return cases; in initialize_cases() 160 std::vector<std::pair<std::string, long>> cases; in initialize_cases() local 188 cases.push_back(std::make_pair("", wrong_result)); in initialize_cases() 212 prepare_random_cases(cases); in initialize_cases() 213 return cases; in initialize_cases() [all …]
|
| /oneTBB/cmake/compilers/ |
| H A D | AppleClang.cmake | 23 # Depfile options (e.g. -MD) are inserted automatically in some cases. 24 # Don't add -MMD to avoid conflicts in such cases.
|
| H A D | Clang.cmake | 42 # Depfile options (e.g. -MD) are inserted automatically in some cases. 43 # Don't add -MMD to avoid conflicts in such cases.
|
| H A D | GNU.cmake | 32 # Depfile options (e.g. -MD) are inserted automatically in some cases. 33 # Don't add -MMD to avoid conflicts in such cases.
|
| /oneTBB/doc/main/tbb_userguide/ |
| H A D | Migration_Guide.rst | 7 in TBB and redesigned or removed in oneTBB. This section considers the most difficult use cases for
|
| H A D | Guiding_Task_Scheduler_Execution.rst | 6 By default, the task scheduler tries to use all available computing resources. In some cases, 64 In most cases, systems with hybrid CPU architecture show reasonable performance without involving a… 85 when there is need to lower the number of simultaneously running threads per core. In such cases,
|
| H A D | work_isolation.rst | 36 *unsequenced* even within a single thread. In most cases, this 41 However, in some cases such unsequenced execution may result in 61 and other issues. In these cases, a stronger guarantee of execution
|
| H A D | When_Task-Based_Programming_Is_Inappropriate.rst | 8 performance, however there are cases when the task scheduler is not
|
| H A D | attach_flow_graph_to_arena.rst | 10 cases, you may want to apply such mechanisms when a flow graph executes.
|
| H A D | Bandwidth_and_Cache_Affinity_os.rst | 15 An alternative to restructuring that works in some cases is
|
| H A D | parallel_for_os.rst | 70 to destroy these copies. In most cases, the implicitly generated copy
|
| H A D | Controlling_Chunking_os.rst | 102 normally requires at least one clock per iteration. In most cases,
|
| /oneTBB/doc/ |
| H A D | test_classification.dox | 2 /// The list of test classes attributed to test cases.
|
| H A D | Doxyfile.in | 317 # be prevented in individual cases by putting a % sign in front of the word or 617 # accept a match between prototype and implementation in such cases. 2329 # So in most cases it will be better to enable call graphs for selected 2341 # So in most cases it will be better to enable caller graphs for selected
|
| /oneTBB/doc/main/intro/ |
| H A D | testing_approach.rst | 23 …ltiple different functionalities are heavily combined to emulate user use cases that may trigger s…
|
| H A D | notation.rst | 90 The example shows two cases where the actual implementation departs
|
| /oneTBB/ |
| H A D | Bazel.md | 15 … oneTBB build is currently only intended for a subset of oneTBB that suffices restricted use cases.
|
| H A D | third-party-programs.txt | 227 …welling. In determining whether a product is a consumer product, doubtful cases shall be resolved … 240 …tional permissions may be written to require their own removal in certain cases when you modify th…
|
| /oneTBB/doc/main/tbb_userguide/Migration_Guide/ |
| H A D | Task_API.rst | 8 (oneTBB). This guide helps with the migration from TBB to oneTBB for the use cases where low-level 13 For most use cases, the spawning of individual tasks can be replaced with the use of either 94 In TBB, cases when the amount of work is not known in advance and the work needs to be added during
|
| H A D | Task_Scheduler_Init.rst | 7 Building Blocks (TBB). This section considers different use cases and how they can be covered with
|
| /oneTBB/examples/parallel_for/polygon_overlay/ |
| H A D | README.md | 15 …the fact that for each submap, the number of polygons is smaller than that for the other two cases.
|