Lines Matching refs:tmp
191 operation_type* tmp; in handle_operations() local
193 tmp = op_list; in handle_operations()
195 switch (tmp->type) { in handle_operations()
197 my_predecessors.add(*(tmp->r)); in handle_operations()
198 tmp->status.store(SUCCEEDED, std::memory_order_release); in handle_operations()
205 my_predecessors.remove(*(tmp->r)); in handle_operations()
206 tmp->status.store(SUCCEEDED, std::memory_order_release); in handle_operations()
209 tmp->bypass_t = nullptr; in handle_operations()
213 tmp->bypass_t = perform_queued_requests(); in handle_operations()
214 tmp->status.store(SUCCEEDED, std::memory_order_release); in handle_operations()
217 case tryput_bypass: internal_try_put_task(tmp); break; in handle_operations()
218 case try_fwd: internal_forward(tmp); break; in handle_operations()
222 tmp->status.store(SUCCEEDED, std::memory_order_release); in handle_operations()
224 tmp->status.store(FAILED, std::memory_order_release); in handle_operations()
436 function_body_type *tmp = my_init_body->clone(); in reset_function_input() local
438 my_body = tmp; in reset_function_input()
546 multifunction_body_type* tmp = my_init_body->clone();
548 my_body = tmp;
642 function_body_type *tmp = my_init_body->clone();
644 my_body = tmp;