gem5
v20.1.0.0
|
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 | WaiterState |
WaiterState defines internal state of a waiter thread. 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< WaiterState > | WaiterList |
typedef std::list<WaiterState> WaiterList |
Definition at line 85 of file futex_map.hh.