Home
last modified time | relevance | path

Searched refs:MyOutputFunc (Results 1 – 2 of 2) sorted by relevance

/oneTBB/examples/parallel_pipeline/square/
H A Dsquare.cpp169 class MyOutputFunc { class
173 MyOutputFunc(FILE* output_file);
177 MyOutputFunc::MyOutputFunc(FILE* output_file) : my_output_file(output_file) {} in MyOutputFunc() function in MyOutputFunc
179 void MyOutputFunc::operator()(TextSlice* out) const { in operator ()()
213 MyOutputFunc(output_file))); in run_pipeline()
/oneTBB/doc/main/tbb_userguide/
H A DWorking_on_the_Assembly_Line_pipeline.rst124 oneapi::tbb::filter_mode::serial_in_order, MyOutputFunc(output_file) ) );
180 MyOutputFunc(output_file) );
190 ``MyOutputFunc`` out of the order established by ``MyInputFunc``, the
191 pipeline automatically delays invoking ``MyOutputFunc::operator()`` on
210 class MyOutputFunc {
213 MyOutputFunc( FILE* output_file );
218 MyOutputFunc::MyOutputFunc( FILE* output_file ) :
224 void MyOutputFunc::operator()( TextSlice* out ) const {