cxx_manager.hh (10905:a6ca6831e775) cxx_manager.hh (10912:b99a6662d7c2)
1/*
2 * Copyright (c) 2014 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 269 unchanged lines hidden (view full) ---

278
279 /** Call initState on all objects */
280 void initState();
281
282 /** Call startup on all objects */
283 void startup();
284
285 /** Drain all objects */
1/*
2 * Copyright (c) 2014 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 269 unchanged lines hidden (view full) ---

278
279 /** Call initState on all objects */
280 void initState();
281
282 /** Call startup on all objects */
283 void startup();
284
285 /** Drain all objects */
286 unsigned int drain(DrainManager *drain_manager);
286 unsigned int drain();
287
288 /** Resume from drain */
289 void drainResume();
290
291 /** Serialize (checkpoint) all objects to the given stream */
292 void serialize(std::ostream &os);
293
294 /** Load all objects' state from the given Checkpoint */

--- 20 unchanged lines hidden ---
287
288 /** Resume from drain */
289 void drainResume();
290
291 /** Serialize (checkpoint) all objects to the given stream */
292 void serialize(std::ostream &os);
293
294 /** Load all objects' state from the given Checkpoint */

--- 20 unchanged lines hidden ---