Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_parallel_pipeline.cpp227 U* my_return = new(fetchNextBuffer()) U(); in operator ()() local
228 my_function(*my_return); in operator ()()
230 return my_return; in operator ()()
249 U* my_return = new(fetchNextBuffer()) U(); in operator ()() local
250 my_function(*my_return); in operator ()()
251 return my_return; in operator ()()