You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add util functions for processing waker sets
* data structures for futex queues
* write one core for both futex impl; futex 1 uses futex_wait_multi with 1 waiter
* wire up the futex2 syscalls
* add tests for futex2
* add doc for futex2 changes
* change readme supported syscall number
* tests: additional tests after looking at linux src
* fixes from code review
* fix a bug with the calculation of time
* remove docs
* code formatting
* remove unused function
* update outdated comment about not returning EINVAL when you requeue a futex on itself
* addressing PR comments
0 commit comments