ManyThreads / mythos

Many Threads Operating System
https://manythreads.github.io/mythos/
MIT License
17 stars 4 forks source link

I184 futex requeue #185

Closed gypsephi closed 3 years ago

gypsephi commented 3 years ago

Implemented futex requeue as mentioned in #184. Tested with external barnes hut application using qemu. This test does not use the wake-up part of requeue function (but this part is copied from futex_wake). No warnings.