ManyThreads / mythos

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

futex requeue #184

Closed gypsephi closed 3 years ago

gypsephi commented 3 years ago

pthread_cond_wait() of musl is used in external benchmarks and requires of futex_requeue. Hence, futex_equeue needs to be implemented.