Lines Matching full:parallel
9 [section:parallel Parallel - Fork-Join -- EXPERIMENTAL]
20 Up to now, Boost.Thread doesn't implement the parallel algorithms as defined in [@http://www.open-s…
29 parallel code.
31 …parallel execution policies. Programmers use these as a basis to write additional high-level algor…
41 Consider an example of a parallel traversal of a tree, where a user-provided function compute is ap…
61 The run function spawns a task, a unit of work that is allowed to execute in parallel with respect …
62 Any parallel tasks spawned by `run` within the `task_region` are joined back to a single thread of …
94 [section:fib Parallel Fibonacci]
101 using boost::experimental::parallel::task_region;
102 using boost::experimental::parallel::task_region_handle;
132 [section:fibex Parallel Fibonacci - Specific executor]
139 using boost::experimental::parallel::task_region;
140 using boost::experimental::parallel::task_region_handle_gen;
179 [section:quick_sort Parallel Accumulate]
184 [section:quick_sort Parallel Quick Sort]
203 [section:v1 Parallel V1]
211 namespace parallel
219 } // parallel
231 namespace parallel
252 } // parallel
261 [endsect] [/ Parallel V1]
264 [section:v2 Parallel V2]
285 namespace parallel
310 } // parallel
322 namespace parallel
337 } // parallel
349 namespace parallel
374 } // parallel
386 namespace parallel
394 } // parallel
406 namespace parallel
423 } // parallel
435 namespace parallel
446 } // parallel
458 namespace parallel
469 } // parallel
479 [endsect] [/ Parallel V2]
482 [endsect] [/ Parallel]