Home
last modified time | relevance | path

Searched refs:process (Results 1 – 25 of 37) sorted by relevance

12

/oneTBB/src/tbb/
H A Dthread_dispatcher_client.h35 void process(thread_data& td) { in process() function
36 my_arena.process(td); in process()
H A Dthread_dispatcher.cpp176 void thread_dispatcher::process(job& j) { in process() function in tbb::detail::r1::thread_dispatcher
183 client->process(td); in process()
H A Drml_tbb.h58 virtual void process( job& ) RML_PURE(void)
H A Dthread_dispatcher.h50 void process(job& j) override;
/oneTBB/doc/GSG/
H A Dintegrate.rst7 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 Dintro.rst9 …parallel programming by breaking computation into parallel running tasks. Within a single process,
/oneTBB/test/conformance/
H A Dconformance_sequencer_node.cpp143 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 DFlow_Graph_Message_Passing_Protocol.rst8 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 DNon-Linear_Pipelines.rst30 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 DConcurrent_Queue_Classes.rst28 ... process item...
48 ...process item...
H A DInitializing_and_Terminating_the_Library.rst7 The initialization process is involved when a thread uses task scheduling services the first time,
H A DGuiding_Task_Scheduler_Execution.rst29 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 DNodes.rst102 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 DTiming.rst41 process. Since the CPU timer registers are *not* valid across threads on
H A Duse_nested_algorithms.rst18 ``function_nodes``, ``n1_sink`` and ``n2_sink``, that process these resulting
H A DWorking_on_the_Assembly_Line_pipeline.rst189 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 DTask-Based_Programming.rst52 register state and a stack. On Linux, a thread even has its own process
/oneTBB/doc/main/tbb_userguide/Migration_Guide/
H A DMixing_Two_Runtimes.rst8 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 DREADME.md19 …- **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 DREADME.md11 …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 DWavefront.rst47 ``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 Dreference.rst40 usual deprecation and removal process. Therefore, using preview features in production code
H A Dhelpers_for_expressing_graphs.rst20 These functions simplify the process of building flow graphs by allowing to gather nodes
/oneTBB/test/tbb/
H A Dtest_scheduler_mix.cpp556 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 DREADME.md33 * `single` - process only one fractal.

12