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

/gem5/src/sim/
H A Dsyscall_emul.hh104 #include "sim/futex_map.hh"
355 FutexMap &futex_map = tc->getSystemPtr()->futexMap; local
372 futex_map.suspend(uaddr, process->tgid(), tc);
374 futex_map.suspend_bitset(uaddr, process->tgid(), tc, val3);
379 return futex_map.wakeup(uaddr, process->tgid(), val);
381 return futex_map.wakeup_bitset(uaddr, process->tgid(), val3);
395 return futex_map.requeue(uaddr, process->tgid(), val, timeout, uaddr2);
446 int woken1 = futex_map.wakeup(uaddr, process->tgid(), val);
464 woken2 = futex_map.wakeup(uaddr2, process->tgid(), timeout);
H A Dsyscall_emul.cc95 FutexMap &futex_map = tc->getSystemPtr()->futexMap; local
97 futex_map.wakeup(addr, tgid, 1);

Completed in 22 milliseconds