| /oneTBB/src/tbb/ |
| H A D | thread_dispatcher_client.h | 35 void process(thread_data& td) { in process() function 36 my_arena.process(td); in process()
|
| H A D | thread_dispatcher.cpp | 176 void thread_dispatcher::process(job& j) { in process() function in tbb::detail::r1::thread_dispatcher 183 client->process(td); in process()
|
| H A D | rml_tbb.h | 58 virtual void process( job& ) RML_PURE(void)
|
| H A D | thread_dispatcher.h | 50 void process(job& j) override;
|
| /oneTBB/doc/GSG/ |
| H A D | integrate.rst | 7 For example, you may want to integrate oneTBB if your application needs to process large amounts of… 14 However, you can use CMake* and the pkg-config tool to simplify the process of integrating oneTBB i… 23 * Simplifies the process of building and linking against the library.
|
| H A D | intro.rst | 9 …parallel programming by breaking computation into parallel running tasks. Within a single process,
|
| /oneTBB/test/conformance/ |
| H A D | conformance_sequencer_node.cpp | 143 function_node<message, message> process(g, unlimited, [] (message msg) { in __anona3025c380302() variable 155 tbb::flow::make_edge(process, ordering); 160 process.try_put(msg);
|
| /oneTBB/doc/main/tbb_userguide/ |
| H A D | Flow_Graph_Message_Passing_Protocol.rst | 8 messages between nodes. A node may not be able to receive and process a 22 #. If a predecessor has a message, the successor will process it and the
|
| H A D | Non-Linear_Pipelines.rst | 30 filters. This is because filters A and B could process the token 31 concurrently, and likewise filters D and E could process the token
|
| H A D | Concurrent_Queue_Classes.rst | 28 ... process item... 48 ...process item...
|
| H A D | Initializing_and_Terminating_the_Library.rst | 7 The initialization process is involved when a thread uses task scheduling services the first time,
|
| H A D | Guiding_Task_Scheduler_Execution.rst | 29 instance. Interfaces from ``tbb::info`` namespace respect the process affinity mask. For instance, 30 if the process affinity mask excludes execution on some of the NUMA nodes, then these NUMA nodes are
|
| H A D | Nodes.rst | 102 immediately spawn a task to process the message, the message will be 104 task will be spawned to process the next buffered message.
|
| H A D | Timing.rst | 41 process. Since the CPU timer registers are *not* valid across threads on
|
| H A D | use_nested_algorithms.rst | 18 ``function_nodes``, ``n1_sink`` and ``n2_sink``, that process these resulting
|
| H A D | Working_on_the_Assembly_Line_pipeline.rst | 189 process items in the same order. Thus if an item arrives at 318 // No more characters to process 322 // Have more characters to process.
|
| H A D | Task-Based_Programming.rst | 52 register state and a stack. On Linux, a thread even has its own process
|
| /oneTBB/doc/main/tbb_userguide/Migration_Guide/ |
| H A D | Mixing_Two_Runtimes.rst | 8 the same process. In addition, the ABI versioning is completely different that prevents symbols 11 However, if both runtimes are loaded into the same process it can lead to
|
| /oneTBB/python/ |
| H A D | README.md | 19 …- **rml** - The folder contains sources for building the plugin with cross-process dynamic thread … 27 - `irml` - compilation of plugin with cross-process dynamic thread scheduler implementation.
|
| /oneTBB/examples/parallel_for/polygon_overlay/ |
| H A D | README.md | 11 …of one of the source polygons. When the remaining area is zero, the intersection process is halted. 23 …ed the last polygon tested in map1. This would speed up the intersection process greatly, but the … 25 …e of fours directions until the area hits an adjacent polygon. When this process is finished, the …
|
| /oneTBB/doc/main/tbb_userguide/design_patterns/ |
| H A D | Wavefront.rst | 47 ``oneapi::tbb::parallel_for_each`` to process items. Associate an atomic 49 predecessors. Invoke ``oneapi::tbb::parallel_for_each`` to process the items that 131 process the contents of a block serially. The blocks have the same
|
| /oneTBB/doc/main/reference/ |
| H A D | reference.rst | 40 usual deprecation and removal process. Therefore, using preview features in production code
|
| H A D | helpers_for_expressing_graphs.rst | 20 These functions simplify the process of building flow graphs by allowing to gather nodes
|
| /oneTBB/test/tbb/ |
| H A D | test_scheduler_mix.cpp | 556 auto process = r.get() % 2; in do_it() local 557 auto body = [process] { in do_it() 558 if (process) { in do_it()
|
| /oneTBB/examples/task_arena/fractal/ |
| H A D | README.md | 33 * `single` - process only one fractal.
|