| /oneTBB/include/oneapi/tbb/ |
| H A D | concurrent_unordered_map.h | 91 iterator where = this->find(key); variable 93 if (where == this->end()) { 96 return where->second; 100 iterator where = this->find(key); variable 102 if (where == this->end()) { 105 return where->second; 109 iterator where = this->find(key); in at() local 111 if (where == this->end()) { in at() 114 return where->second; in at() 120 if (where == this->end()) { in at() [all …]
|
| H A D | enumerable_thread_specific.h | 632 …void construct(void*where) {new(where) T();} // C++ note: the () in T() ensure zero initialization. 639 void construct(void*where) {new(where) T(exemplar);} 647 void construct(void* where) {new(where) T(f());} 654 void construct(void* where) { 655 call( [where](const typename std::decay<P>::type&... args ){ 656 new(where) T(args...); 673 virtual void construct(void* where) = 0; 692 void construct(void* where) override { 693 Constructor::construct(where); 699 void* where = my_allocator_type().allocate(1); [all …]
|
| /oneTBB/examples/graph/binpack/ |
| H A D | README.md | 4 …hen a bin is packed as well as it can be, it is passed to a `buffer_node` where it waits to be pic… 23 * `#threads` - the number of threads to use; a range of the form low\[:high\] where low and optiona…
|
| /oneTBB/doc/main/tbb_userguide/ |
| H A D | Summary_of_Containers.rst | 9 scenarios where the alternative would be a serial container with a lock
|
| H A D | Lock_Pathologies.rst | 47 alphabetical order" in a situation where the locks have names. Or 73 To avoid convoying, use atomic operations instead of locks where
|
| H A D | Mac_OS.rst | 26 where
|
| H A D | Linux_OS.rst | 28 where
|
| H A D | Automatic_Chunking.rst | 22 most heuristics, however, there are situations where controlling the
|
| H A D | concurrent_hash_map.rst | 13 The following example builds a ``concurrent_hash_map`` where the keys 97 situations where elements are frequently read and infrequently updated.
|
| H A D | Using_Circular_Buffers.rst | 11 circular buffer of size at least ``ntoken``, where ``ntoken`` is the
|
| H A D | Task_Scheduler_Bypass.rst | 6 Scheduler bypass is an optimization where you directly specify the next task to run.
|
| H A D | Windows_OS_ug.rst | 33 where
|
| /oneTBB/examples/task_arena/fractal/ |
| H A D | README.md | 4 The application window is divided into two areas where fractals are rendered. The example also has … 27 * `n-of-threads` - the number of threads to use; a range of the form low\[:high\], where low and op…
|
| /oneTBB/examples/parallel_for/polygon_overlay/ |
| H A D | README.md | 9 * A parallel solution where each map is split into submaps, with each resulting submap being inters… 17 …where 200 is the average number of polygons examined before stopping.) If the maps are split into …
|
| /oneTBB/examples/concurrent_hash_map/count_strings/ |
| H A D | README.md | 21 * `n-of-threads` - number of threads to use; a range of the form low\[:high\], where low and option…
|
| /oneTBB/examples/graph/logic_sim/ |
| H A D | README.md | 21 * `#threads` - the number of threads to use; a range of the form low[:high] where low and optional …
|
| /oneTBB/examples/graph/cholesky/ |
| H A D | README.md | 8 …e solely of `continue_node` objects. This an inspector-executor approach, where a loop nest that i… 33 …ed to output files: <output_prefix>_posdef.txt and <output_prefix>_X.txt; where `X` is the algorit…
|
| /oneTBB/examples/parallel_reduce/primes/ |
| H A D | README.md | 21 * `n-of-threads` - the number of threads to use; a range of the form low\[:high\], where low and op…
|
| /oneTBB/examples/parallel_reduce/pi/ |
| H A D | README.md | 22 …hreads to use. This number is specified in the low\[:high\] range format, where both ``low`` and, …
|
| /oneTBB/doc/main/reference/ |
| H A D | parallel_sort_ranges_extension.rst | 48 …Equivalent to ``parallel_sort( std::begin(c), std::end(c), comp )``, where `comp` uses `operator<`…
|
| H A D | reference.rst | 13 This document provides additional details or restrictions where necessary.
|
| /oneTBB/examples/parallel_pipeline/square/ |
| H A D | README.md | 22 * `n-of-threads` - the number of threads to use; a range of the form low\[:high\], where low and op…
|
| /oneTBB/examples/graph/dining_philosophers/ |
| H A D | README.md | 23 …mber of threads to use; a range of the form low\[:high\[:(+|*|#)step\]\], where low and optional h…
|
| /oneTBB/examples/parallel_reduce/convex_hull/ |
| H A D | README.md | 27 * `n-of-threads` - the number of threads to use; a range of the form low\[:high\], where low and op…
|
| /oneTBB/examples/task_group/sudoku/ |
| H A D | README.md | 24 * `n-of-threads` - the number of threads to use; a range of the form low\[:high\], where low and op…
|