Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/detail/
H A D_aggregator.h34 class aggregated_operation {
41 aggregated_operation() : status{}, next(nullptr) {} in aggregated_operation() function
H A D_flow_graph_join_impl.h219 class reserving_port_operation : public aggregated_operation<reserving_port_operation> {
379 class queueing_port_operation : public aggregated_operation<queueing_port_operation> {
544 … class key_matching_port_operation : public aggregated_operation<key_matching_port_operation> {
857 class key_matching_FE_operation : public aggregated_operation<key_matching_FE_operation> {
1047 class join_node_base_operation : public aggregated_operation<join_node_base_operation> {
H A D_flow_graph_indexer_impl.h121 … class indexer_node_base_operation : public aggregated_operation<indexer_node_base_operation> {
H A D_flow_graph_node_impl.h153 class operation_type : public aggregated_operation< operation_type > {
/oneTBB/src/tbbmalloc/
H A DCustomize.h136 typedef tbb::detail::d1::aggregated_operation<Derived> type;
/oneTBB/include/oneapi/tbb/
H A Dconcurrent_lru_cache.h292 : aggregated_operation<aggregator_operation> {
H A Dconcurrent_priority_queue.h230 class cpq_operation : public aggregated_operation<cpq_operation> {
H A Dflow_graph.h1171 class buffer_operation : public aggregated_operation< buffer_operation > {