system.hh (8975:7f36d4436074) system.hh (9112:6e854ea87bab)
1/*
2 * Copyright (c) 2012 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

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

395 //
396 ////////////////////////////////////////////
397
398 static std::vector<System *> systemList;
399 static int numSystemsRunning;
400
401 static void printSystems();
402
1/*
2 * Copyright (c) 2012 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

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

395 //
396 ////////////////////////////////////////////
397
398 static std::vector<System *> systemList;
399 static int numSystemsRunning;
400
401 static void printSystems();
402
403 // For futex system call
404 std::map<uint64_t, std::list<ThreadContext *> * > futexMap;
403
405
406
404};
405
406#endif // __SYSTEM_HH__
407};
408
409#endif // __SYSTEM_HH__