Searched refs:FutexKey (Results 1 - 1 of 1) sorted by relevance

/gem5/src/sim/
H A Dfutex_map.hh41 * FutexKey class defines an unique identifier for a particular futex in the
44 class FutexKey { class
49 FutexKey(uint64_t addr_in, uint64_t tgid_in) function in class:FutexKey
55 operator==(const FutexKey &in) const
68 struct hash<FutexKey>
70 size_t operator()(const FutexKey& in) const
121 class FutexMap : public std::unordered_map<FutexKey, WaiterList>
128 FutexKey key(addr, tgid);
146 FutexKey key(addr, tgid);
175 FutexKey ke
[all...]

Completed in 4 milliseconds