| /oneTBB/examples/common/utility/ |
| H A D | utility.hpp | 365 int step_function_plus(int previous, double step) { in step_function_plus() argument 366 return static_cast<int>(previous + step); in step_function_plus() 368 int step_function_multiply(int previous, double multiply) { in step_function_multiply() argument 369 return static_cast<int>(previous * multiply); in step_function_multiply() 374 int step_function_power2_ladder(int previous, double nsteps) { in step_function_power2_ladder() argument 378 if (previous < 2 * steps) in step_function_power2_ladder() 379 return previous + 1; in step_function_power2_ladder() 390 assert((prev_power2 <= previous) && (2 * prev_power2 > previous)); in step_function_power2_ladder() 392 return previous + (prev_power2 / steps); in step_function_power2_ladder() 430 int operator()(int previous) const { in operator ()() [all …]
|
| /oneTBB/src/tbb/ |
| H A D | task_stream.h | 98 lane_selector_base( unsigned& previous ) : my_previous( previous ) {} in lane_selector_base() 102 subsequent_lane_selector( unsigned& previous ) : lane_selector_base( previous ) {} in subsequent_lane_selector() 110 preceding_lane_selector( unsigned& previous ) : lane_selector_base( previous ) {} in preceding_lane_selector()
|
| H A D | CMakeLists.txt | 134 # to support previous user experience for linkage.
|
| /oneTBB/src/tbbmalloc/ |
| H A D | frontend.cpp | 1189 for (Block* temp = activeBlk->previous; temp; temp=temp->previous) { in verifyTLSBin() 1224 block->previous = activeBlk->previous; in pushTLSBin() 1226 if( block->previous ) in pushTLSBin() 1249 activeBlk = block->previous? block->previous : block->next; in outofTLSBin() 1252 if (block->previous) { in outofTLSBin() 1258 block->next->previous = block->previous; in outofTLSBin() 1496 previous = nullptr; in privatizeOrphaned() 1557 previous = nullptr; in shareOrphaned() 1567 previous = nullptr; in cleanBlockHeader() 1917 if (previous) in free() [all …]
|
| /oneTBB/doc/main/tbb_userguide/ |
| H A D | Lambda_Expressions.rst | 12 Below is the example from the previous section, rewritten with a lambda 14 example of the previous section. 78 parameter is optional. Here is the previous example rewritten in the
|
| H A D | Using_Circular_Buffers.rst | 19 item must have been freed from its previous use in the pipeline. If the
|
| H A D | Predefined_Node_Types.rst | 26 …te its output. Its body is invoked if downstream nodes have accepted the previous generated output. 27 …Otherwise, the previous output is temporarily buffered until it is accepted downstream and then th…
|
| H A D | Mapping_Nodes2Tasks.rst | 8 the two node graph example in the previous section. The bodies of n and
|
| H A D | How_Task_Scheduler_Works.rst | 38 - Get the task returned by the previous one, if any.
|
| H A D | Floating_Point_Settings.rst | 55 * Restore previous settings before the end of the task.
|
| H A D | appendix_A.rst | 16 registers for the previous logical thread that it was executing, and
|
| H A D | Mutual_Exclusion.rst | 118 type, as shown in the previous examples. That way, you can change the
|
| H A D | Guiding_Task_Scheduler_Execution.rst | 110 Similarly to the previous example, the number of threads inside the arena is equal to the
|
| H A D | create_token_based_system.rst | 112 like in the previous sections, there will be at most four big objects in
|
| H A D | std_invoke.rst | 169 You can update the previous example as follows:
|
| H A D | Working_on_the_Assembly_Line_pipeline.rst | 168 equivalent version of the previous example that does this follows:
|
| /oneTBB/test/conformance/ |
| H A D | conformance_concurrent_priority_queue.cpp | 180 SpecialMemberCalls previous = MoveOperationTracker::special_member_calls(); in test_steal_move_ctor() local 182 …REQUIRE_MESSAGE(previous == MoveOperationTracker::special_member_calls(), "Steal move ctor should … in test_steal_move_ctor() 195 SpecialMemberCalls previous = MoveOperationTracker::special_member_calls(); in test_steal_move_ctor_with_allocator() local 197 …REQUIRE_MESSAGE(previous == MoveOperationTracker::special_member_calls(), "Steal move ctor should … in test_steal_move_ctor_with_allocator() 227 SpecialMemberCalls previous = MoveOperationTracker::special_member_calls(); in test_steal_move_assign_operator() local 230 …REQUIRE_MESSAGE(previous == MoveOperationTracker::special_member_calls(), "Steal move assign opera… in test_steal_move_assign_operator() 245 SpecialMemberCalls previous = MoveOperationTracker::special_member_calls(); in test_steal_move_assign_operator_with_stateful_allocator() local 247 …REQUIRE_MESSAGE(previous == MoveOperationTracker::special_member_calls(), "Steal move assign opera… in test_steal_move_assign_operator_with_stateful_allocator()
|
| /oneTBB/doc/main/intro/ |
| H A D | notation.rst | 35 - The ellipsis indicates that the previous item can be repeated several times. 38 …- The ellipsis preceded by a comma indicates that the previous item can be repeated sever…
|
| /oneTBB/doc/main/tbb_userguide/design_patterns/ |
| H A D | Elementwise.rst | 91 iteration depends on the previous iteration. However, the outer loop
|
| H A D | Fenced_Data_Transfer.rst | 88 that indicates when the message is ready. Here is the previous
|
| /oneTBB/doc/main/reference/ |
| H A D | concurrent_lru_cache_cls.rst | 146 to ``*this``. If existed, the previous reference held by ``*this`` is released. Upon
|
| /oneTBB/doc/main/tbb_userguide/Migration_Guide/ |
| H A D | Task_Scheduler_Init.rst | 6 ``tbb::task_scheduler_init`` was a multipurpose functionality in the previous versions of Threading
|
| H A D | Task_API.rst | 143 The previous use case can be rewritten in oneTBB as follows: 168 The previous use case can be rewritten using ``oneapi::tbb::task_group`` as:
|
| /oneTBB/ |
| H A D | third-party-programs.txt | 152 …changed, so that their problems will not be attributed erroneously to authors of previous versions. 271 …he work the party's predecessor in interest had or could give under the previous paragraph, plus a…
|
| /oneTBB/doc/ |
| H A D | Doxyfile.in | 1192 # style sheet in the list overrules the setting of the previous ones in the 1759 # style sheet in the list overrules the setting of the previous ones in the
|