Home
last modified time | relevance | path

Searched refs:cases (Results 1 – 21 of 21) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_environment_whitebox.cpp126 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 DAppleClang.cmake23 # Depfile options (e.g. -MD) are inserted automatically in some cases.
24 # Don't add -MMD to avoid conflicts in such cases.
H A DClang.cmake42 # Depfile options (e.g. -MD) are inserted automatically in some cases.
43 # Don't add -MMD to avoid conflicts in such cases.
H A DGNU.cmake32 # 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 DMigration_Guide.rst7 in TBB and redesigned or removed in oneTBB. This section considers the most difficult use cases for
H A DGuiding_Task_Scheduler_Execution.rst6 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 Dwork_isolation.rst36 *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 DWhen_Task-Based_Programming_Is_Inappropriate.rst8 performance, however there are cases when the task scheduler is not
H A Dattach_flow_graph_to_arena.rst10 cases, you may want to apply such mechanisms when a flow graph executes.
H A DBandwidth_and_Cache_Affinity_os.rst15 An alternative to restructuring that works in some cases is
H A Dparallel_for_os.rst70 to destroy these copies. In most cases, the implicitly generated copy
H A DControlling_Chunking_os.rst102 normally requires at least one clock per iteration. In most cases,
/oneTBB/doc/
H A Dtest_classification.dox2 /// The list of test classes attributed to test cases.
H A DDoxyfile.in317 # 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 Dtesting_approach.rst23 …ltiple different functionalities are heavily combined to emulate user use cases that may trigger s…
H A Dnotation.rst90 The example shows two cases where the actual implementation departs
/oneTBB/
H A DBazel.md15 … oneTBB build is currently only intended for a subset of oneTBB that suffices restricted use cases.
H A Dthird-party-programs.txt227 …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 DTask_API.rst8 (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 DTask_Scheduler_Init.rst7 Building Blocks (TBB). This section considers different use cases and how they can be covered with
/oneTBB/examples/parallel_for/polygon_overlay/
H A DREADME.md15 …the fact that for each submap, the number of polygons is smaller than that for the other two cases.