Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/detail/
H A D_flow_graph_node_impl.h98 operation_type op_data(reg_pred); in register_predecessor()
106 operation_type op_data(rem_pred); in remove_predecessor()
153 class operation_type : public aggregated_operation< operation_type > {
161 operation_type(const input_type& e, op_type t) : in operation_type() function
190 void handle_operations(operation_type *op_list) { in handle_operations()
191 operation_type* tmp; in handle_operations()
232 void internal_try_put_task(operation_type *op) { in internal_try_put_task()
249 void internal_forward(operation_type *op) { in internal_forward()
262 operation_type op_data(t, tryput_bypass); in internal_try_put_bypass()
274 operation_type check_op(t, occupy_concurrency); in try_put_task_impl()
[all …]
/oneTBB/include/oneapi/tbb/
H A Dconcurrent_priority_queue.h227 enum operation_type {INVALID_OP, PUSH_OP, POP_OP, PUSH_RVALUE_OP}; enum
232 operation_type type;
237 cpq_operation( const value_type& value, operation_type t ) in cpq_operation()
/oneTBB/test/tbb/
H A Dtest_task_arena.cpp1600 enum operation_type { in StressTestMixFunctionality() enum
1617 return static_cast<operation_type>(operation_rnd.get() % operations_number); in StressTestMixFunctionality()