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

/gem5/src/sim/
H A Dfutex_map.hh83 * WaiterState defines internal state of a waiter thread. The state
169 * associates the waiter with a given bitmask
208 WaiterState& waiter = *iter; local
210 if (waiter.checkMask(bitmask)) {
211 waiter.tc->activate();
229 * of the futex pointed to by addr2. The number of waiter moved is

Completed in 4 milliseconds