None
EN
The futex_waitv() syscall and gaming on Linux
['The Futex_Waitv', 'Syscall', 'Gaming On Linux', 'Muhammad Usama Anjum']
Collabora Newsroom RSS Feed
The total number of syscalls for this kind of operation can be reduced to get better performance if there is a syscall to wait on multiple objects at the same time. The futex_waitv syscall is a new syscall through which the process can wait for multiple futexes. To a large degree, this results in theoretically equal performance with Windows; most operations which are understood to comprise one system call on Windows now also comprise one system call (to the Linux kernel) on Wine.