Home
last modified time | relevance | path

Searched refs:submitted (Results 1 – 4 of 4) sorted by relevance

/oneTBB/
H A DLICENSE.txt51 submitted to Licensor for inclusion in the Work by the copyright owner
53 the copyright owner. For the purposes of this definition, "submitted"
81 with the Work to which such Contribution(s) was submitted. If You
131 any Contribution intentionally submitted for inclusion in the Work
H A DREADME.md51 By its terms, contributions submitted to the project are also done under that license.
/oneTBB/doc/main/reference/
H A Dparallel_for_each_semantics.rst65 Additional elements submitted into ``tbb::parallel_for_each`` through the ``feeder::add`` passes to…
/oneTBB/test/tbb/
H A Dtest_flow_graph_whitebox.cpp583 std::atomic<bool> submitted{ false }; in TestMultifunctionNode() local
590 submitted = true; in TestMultifunctionNode()
595 utils::SpinWaitWhileEq(submitted, false); in TestMultifunctionNode()