gem5
|
Go to the source code of this file.
Classes | |
class | FutexKey |
FutexKey class defines an unique identifier for a particular futex in the system. More... | |
struct | std::hash< FutexKey > |
The unordered_map structure needs the parenthesis operator defined for std::hash if a user defined key is used. More... | |
class | FutexMap |
FutexMap class holds a map of all futexes used in the system. More... | |
Namespaces | |
std | |
Overload hash function for BasicBlockRange type. | |
Typedefs | |
typedef std::list < ThreadContext * > | ThreadContextList |
typedef std::list<ThreadContext *> ThreadContextList |
Definition at line 82 of file futex_map.hh.