Lines Matching refs:parallel
12 particular, when a parallel construct calls another parallel
18 the second (nested) parallel loop blocks execution of the first
25 // The first parallel loop.
27 // The second parallel loop.
33 parallel loop. As a result, two or more iterations of the outer loop
35 in oneTBB execution of functions constituting a parallel construct is
43 change its value after a nested parallel construct:
63 ways to *isolate* execution of a parallel construct, for its tasks to
96 When entered a task waiting call or a blocking parallel construct
111 is not changed unexpectedly during the call to a nested parallel
130 // Run the second parallel loop in an isolated region to prevent the current thread
131 // from taking tasks related to the outer parallel loop.