Home
last modified time | relevance | path

Searched refs:io (Results 1 – 10 of 10) sorted by relevance

/oneTBB/examples/graph/fgbzip2/
H A Dfgbzip2.cpp147 AsyncNodeActivity(IOOperations& io) in AsyncNodeActivity() argument
148 : m_io(io), in AsyncNodeActivity()
203 AsyncNodeActivity asyncNodeActivity(io); in fgCompressionAsyncNode()
243 void fgCompression(IOOperations& io, int blockSizeIn100KB) { in fgCompression() argument
248 if (io.hasDataToRead()) { in fgCompression()
249 BufferMsg bufferMsg = BufferMsg::createBufferMsg(io.chunksRead(), io.chunkSize()); in fgCompression()
250 io.readChunk(bufferMsg.inputBuffer); in fgCompression()
267 io.writeChunk(bufferMsg.outputBuffer); in fgCompression()
344 IOOperations io(inputStream, outputStream, chunkSize); in main() local
351 fgCompressionAsyncNode(io, blockSizeIn100KB); in main()
[all …]
/oneTBB/doc/main/tbb_userguide/
H A Dstd_invoke.rst207 * `parallel_for <https://oneapi-src.github.io/oneAPI-spec/spec/elements/oneTBB/source/algorithms/fu…
208 * `parallel_reduce <https://oneapi-src.github.io/oneAPI-spec/spec/elements/oneTBB/source/algorithms…
209 * `parallel_deterministic_reduce <https://oneapi-src.github.io/oneAPI-spec/spec/elements/oneTBB/sou…
210 * `parallel_for_each <https://oneapi-src.github.io/oneAPI-spec/spec/elements/oneTBB/source/algorith…
211 * `parallel_scan <https://oneapi-src.github.io/oneAPI-spec/spec/elements/oneTBB/source/algorithms/f…
212 * `parallel_pipeline <https://oneapi-src.github.io/oneAPI-spec/spec/elements/oneTBB/source/algorith…
213 * `function_node <https://oneapi-src.github.io/oneAPI-spec/spec/elements/oneTBB/source/flow_graph/f…
214 * `multifunction_node <https://oneapi-src.github.io/oneAPI-spec/spec/elements/oneTBB/source/flow_gr…
215 * `async_node <https://oneapi-src.github.io/oneAPI-spec/spec/elements/oneTBB/source/flow_graph/asyn…
216 * `sequencer_node <https://oneapi-src.github.io/oneAPI-spec/spec/elements/oneTBB/source/flow_graph/…
[all …]
H A DHow_Task_Scheduler_Works.rst10 <https://spec.oneapi.io/versions/latest/elements/oneTBB/source/algorithms/functions/parallel_for_fu…
/oneTBB/
H A DREADME.md2 [![Apache License Version 2.0](https://img.shields.io/badge/license-Apache_2.0-green.svg)](LICENSE.…
21 oneTBB is a part of [oneAPI](https://oneapi.io). The current branch implements version 1.1 of oneAP…
31 * [oneTBB Developer Guide and Reference](https://oneapi-src.github.io/oneTBB)
32 * [Migrating from TBB to oneTBB](https://oneapi-src.github.io/oneTBB/main/tbb_userguide/Migration_G…
34 * [oneTBB Testing Approach](https://oneapi-src.github.io/oneTBB/main/intro/testing_approach.html)
/oneTBB/doc/main/reference/
H A Dparallel_sort_ranges_extension.rst13 …extends the `oneapi::tbb::parallel_sort specification <https://spec.oneapi.io/versions/latest/elem…
H A Dtask_group_extensions.rst89 * `oneapi::tbb::task_handle class <https://oneapi-src.github.io/oneAPI-spec/spec/elements/oneTBB/so…
/oneTBB/examples/
H A DREADME.md6 …API Threading Building Blocks Get Started Guide](https://oneapi-src.github.io/oneTBB/GSG/get_start…
/oneTBB/doc/GSG/
H A Dsamples.rst49 .. note:: You can also refer to the `oneAPI Samples <https://oneapi-src.github.io/oneAPI-samples/>`…
/oneTBB/doc/main/tbb_userguide/Migration_Guide/
H A DTask_Scheduler_Init.rst144 `task_scheduler_handle <https://oneapi-src.github.io/oneAPI-spec/spec/elements/oneTBB/source/task_s…
/oneTBB/cmake/
H A DREADME.md47 …l the HWLOC* library. See [oneTBB documentation](https://oneapi-src.github.io/oneTBB/GSG/next_step…