upvote
No, I believe it's futex_waitv
reply
it's both, futex_waitv can also be dispatched via io_uring so you can wait on file descriptors and futexes simultaneously.
reply
I thought that's what NTSync was all about?

https://docs.kernel.org/next/userspace-api/ntsync.html

reply