Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/
H A Dflow_graph.h126 concept async_node_body = std::copy_constructible<Body> && variable
2936 __TBB_requires(async_node_body<Body, input_type, gateway_type>) in __TBB_requires()
2952 __TBB_requires(async_node_body<Body, input_type, gateway_type>) in __TBB_requires()
2958 __TBB_requires(async_node_body<Body, input_type, gateway_type>) in __TBB_requires()
2967 __TBB_requires(async_node_body<Body, input_type, gateway_type>) in __TBB_requires()
/oneTBB/test/tbb/
H A Dtest_async_node.cpp870 using namespace test_concepts::async_node_body;
/oneTBB/test/common/
H A Dconcepts_common.h619 namespace async_node_body {