Searched refs:operation_type (Results 1 – 3 of 3) sorted by relevance
98 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() function190 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 …]
227 enum operation_type {INVALID_OP, PUSH_OP, POP_OP, PUSH_RVALUE_OP}; enum232 operation_type type;237 cpq_operation( const value_type& value, operation_type t ) in cpq_operation()
1600 enum operation_type { in StressTestMixFunctionality() enum1617 return static_cast<operation_type>(operation_rnd.get() % operations_number); in StressTestMixFunctionality()