Lines Matching refs:try_put
69 …(void)std::get<N-1>(p).try_put(converter<InputType,typename std::tuple_element<N-1,ports_type>::ty…
79 …(void)std::get<0>(p).try_put(converter<InputType,typename std::tuple_element<0,ports_type>::type::…
410 if ( s->try_put( T(i) ) ) {
422 while ( s->try_put( T(i) ) ) {
432 CHECK( s->try_put( T(i) ) );
501 b0.try_put(i);
514 b0.try_put(i);
544 b0.try_put((T)0); // will start sfn
552 b0.try_put((T)1); // first item will be consumed by task completing the execution
553 b0.try_put((T)2); // second item will remain after cancellation
588 b0.try_put((T)0); // starts up the function node
589 b0.try_put((T)1); // should reverse the edge
600 b0.try_put((T)23);
633 my_reserving_node.try_put(i);
644 my_buffer_node.try_put(i);
645 my_reserving_node.try_put(i);
694 my_node.try_put(this_id);
746 my_node.try_put(this_id);
872 std::get<1>(indexer.input_ports()).try_put(1);
874 std::get<0>(indexer.input_ports()).try_put(0);