Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/
H A Dconcurrent_lru_cache.h295 enum class op_type { retrieve, signal_end_of_usage };
299 op_type my_op;
303 aggregator_operation(op_type op) : my_op(op) {}
310 if (my_op == op_type::retrieve)
327 : aggregator_operation(aggregator_operation::op_type::retrieve),
351 : aggregator_operation(aggregator_operation::op_type::signal_end_of_usage),
H A Dflow_graph.h1167 enum op_type {reg_succ, rem_succ, req_item, res_item, rel_res, con_res, put_item, try_fwd_task enum
1178 buffer_operation(const T& e, op_type t) : type(char(t)) in buffer_operation()
1182 buffer_operation(op_type t) : type(char(t)), elem(nullptr), ltask(nullptr), r(nullptr) {} in buffer_operation()
/oneTBB/include/oneapi/tbb/detail/
H A D_flow_graph_join_impl.h215 enum op_type { reg_pred, rem_pred, res_item, rel_res, con_res
226 reserving_port_operation(const T& e, op_type t) :
230 reserving_port_operation(op_type t) : type(char(t)) {}
376 enum op_type { get__item, res_port, try__put_task
386 queueing_port_operation(const T& e, op_type t) :
391 queueing_port_operation(const T* p, op_type t) :
541 enum op_type { try__put, get__item, res_port
550 key_matching_port_operation(const input_type& e, op_type t) :
553 key_matching_port_operation(const input_type* p, op_type t) :
854 enum op_type { res_count, inc_count, may_succeed, try_make };
[all …]
H A D_flow_graph_indexer_impl.h117 enum op_type { reg_succ, rem_succ, try__put_task
129 indexer_node_base_operation(const output_type* e, op_type t) :
131 indexer_node_base_operation(const successor_type &s, op_type t) : type(char(t)),
H A D_flow_graph_node_impl.h51 enum op_type {reg_pred, rem_pred, try_fwd, tryput_bypass, app_body_bypass, occupy_concurrency enum
161 operation_type(const input_type& e, op_type t) : in operation_type()
163 operation_type(op_type t) : type(char(t)), r(nullptr), bypass_t(nullptr) {} in operation_type()