Rethinking the futex API
Rethinking the futex API
Posted Jun 19, 2020 14:57 UTC (Fri) by sbaugh (guest, #103291)In reply to: Rethinking the futex API by ras
Parent article: Rethinking the futex API
>Association with a fd can be done with a userspace library writing a byte to a fifo on wakeup.
As far as I'm aware, this can only be done by dedicating a thread to each futex you want to wait on - not exactly cheap.
