gem5
v20.1.0.0
|
The unordered_map structure needs the parenthesis operator defined for std::hash if a user defined key is used. More...
#include <futex_map.hh>
Public Member Functions | |
size_t | operator() (const FutexKey &in) const |
The unordered_map structure needs the parenthesis operator defined for std::hash if a user defined key is used.
Our key is is user defined so we need to provide the hash functor.
Definition at line 58 of file futex_map.hh.
Definition at line 41 of file futex_map.cc.
References FutexKey::addr, ArmISA::i, and FutexKey::tgid.