Searched refs:io (Results 1 – 10 of 10) sorted by relevance
147 AsyncNodeActivity(IOOperations& io) in AsyncNodeActivity() argument148 : m_io(io), in AsyncNodeActivity()203 AsyncNodeActivity asyncNodeActivity(io); in fgCompressionAsyncNode()243 void fgCompression(IOOperations& io, int blockSizeIn100KB) { in fgCompression() argument248 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() local351 fgCompressionAsyncNode(io, blockSizeIn100KB); in main()[all …]
207 * `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 …]
10 <https://spec.oneapi.io/versions/latest/elements/oneTBB/source/algorithms/functions/parallel_for_fu…
2 [](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)
13 …extends the `oneapi::tbb::parallel_sort specification <https://spec.oneapi.io/versions/latest/elem…
89 * `oneapi::tbb::task_handle class <https://oneapi-src.github.io/oneAPI-spec/spec/elements/oneTBB/so…
6 …API Threading Building Blocks Get Started Guide](https://oneapi-src.github.io/oneTBB/GSG/get_start…
49 .. note:: You can also refer to the `oneAPI Samples <https://oneapi-src.github.io/oneAPI-samples/>`…
144 `task_scheduler_handle <https://oneapi-src.github.io/oneAPI-spec/spec/elements/oneTBB/source/task_s…
47 …l the HWLOC* library. See [oneTBB documentation](https://oneapi-src.github.io/oneTBB/GSG/next_step…