Home
last modified time | relevance | path

Searched defs:fc (Results 1 – 12 of 12) sorted by relevance

/oneTBB/test/conformance/
H A Dconformance_parallel_pipeline.cpp126 [&flag](oneapi::tbb::flow_control& fc) -> I{ in RunPipeline()
151 [&first, &last](oneapi::tbb::flow_control& fc)-> ValueType{ in RootSequence()
286 { in __anon5895f2ca0b02()
338 { in __anon5895f2ca0f02()
395 …oneapi::tbb::filter fc(oneapi::tbb::filter_mode::serial_in_order, [](const int) -> double { return… in __anon5895f2ca1402() variable
414 auto first_body = [&](oneapi::tbb::flow_control& fc) -> middle_filter_type { in test_pipeline_invoke_basic()
H A Dconformance_parallel_for.cpp159 const FooBody<Pad> fc = f; in Flog() local
/oneTBB/test/tbb/
H A Dtest_input_node.cpp80 T operator()( tbb::flow_control& fc ) { in operator ()()
273 [&](tbb::flow_control& fc) -> bool { in test_follows_and_precedes_api()
324 tbb::flow::input_node<int> in(g, [&](tbb::flow_control& fc) { fc.stop(); return 0;}); in __anone180743f0302()
H A Dtest_composite_node.cpp50 int operator()(tbb::flow_control& fc) { in operator ()()
H A Dtest_split_node.cpp110 TT operator()( tbb::flow_control &fc) { in operator ()()
H A Dtest_eh_flow_graph.cpp180 OutputType operator()(tbb::flow_control& fc) { in operator ()()
209 tbb::flow::continue_msg operator()( tbb::flow_control & fc) { in operator ()()
322 OutputTuple operator()(tbb::flow_control& fc) { in operator ()()
H A Dtest_flow_graph_whitebox.cpp847 tbb::flow::input_node<int> src(g, [&](tbb::flow_control& fc) { fc.stop(); return 0;}); in __anon8a33875c0a02()
H A Dtest_indexer_node.cpp121 TT operator()( tbb::flow_control& fc) { in operator ()()
/oneTBB/examples/graph/binpack/
H A Dbinpack.cpp207 value_type operator()(oneapi::tbb::flow_control& fc) { in operator ()()
/oneTBB/examples/graph/fgbzip2/
H A Dfgbzip2.cpp247 g, [&io](oneapi::tbb::flow_control& fc) -> BufferMsg { in fgCompression()
/oneTBB/examples/graph/logic_sim/
H A Dbasics.hpp249 signal_t operator()(oneapi::tbb::flow_control& fc) { in operator ()()
/oneTBB/include/oneapi/tbb/
H A Dflow_graph.h112 requires( Body& body, tbb::detail::d1::flow_control& fc ) { in requires()