Home
last modified time | relevance | path

Searched refs:once (Results 1 – 5 of 5) sorted by relevance

/oneTBB/doc/main/tbb_userguide/design_patterns/
H A DLazy_Initialization.rst58 …As seen in the diagram, some elements are recalculated more than once. These operations are redund…
63 … full recursion tree traversal and recalculation of values. Since all the nodes are traversed once,
85 // Calculate nth value only once and store it in the buffer.
H A DAgglomeration.rst130 Often such an agglomeration is achieved by recursing serially once
/oneTBB/test/common/
H A Dutils_report.h163 static LONG once = 0; in print_call_stack() local
164 if( !InterlockedExchange(&once, 1) ) in print_call_stack()
/oneTBB/doc/main/tbb_userguide/
H A Duse_limiter_node.rst30 objects at once.
76 objects at once. The ``limiter_node`` has a threshold of 3, and will
/oneTBB/doc/main/tbb_userguide/Migration_Guide/
H A DTask_API.rst444 // Control flow gets here once both ChildTask and CallBackTask are executed