Home
last modified time | relevance | path

Searched refs:consume (Results 1 – 6 of 6) sorted by relevance

/oneTBB/doc/main/tbb_userguide/
H A DUsing_Circular_Buffers.rst9 first filter to create an item and last filter to consume an item are
H A DFlow_Graph_Message_Passing_Protocol.rst15 it. This would consume resources needlessly.
H A DMutex_Flavors.rst18 waiting threads consume excessive processor cycles and memory
H A Dcreate_token_based_system.rst38 internally buffering, but instead to consume inputs only when it can
/oneTBB/include/oneapi/tbb/detail/
H A D_flow_graph_join_impl.h67 std::get<N-1>( my_input ).consume(); in consume_reservations()
148 std::get<0>( my_input ).consume();
343 void consume( ) {
/oneTBB/test/common/
H A Ddoctest.h460 static DOCTEST_CONSTEXPR int consume(const int*, int) noexcept { return 0; } in consume() function
465 … static const int var = doctest::detail::consume(&var, __VA_ARGS__); \