gem5  v19.0.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Namespaces | Typedefs
futex_map.hh File Reference
#include <unordered_map>
#include <cpu/thread_context.hh>

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< WaiterStateWaiterList
 

Typedef Documentation

◆ WaiterList

Definition at line 116 of file futex_map.hh.


Generated on Fri Feb 28 2020 16:27:06 for gem5 by doxygen 1.8.13