Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
gpderetta
on Feb 9, 2022
|
parent
|
context
|
favorite
| on:
Landing a new syscall, part 1: What is futex?
The windows equivalent of futex_wait is WaitOnAddress. I don't think it supports waiting on multiple addresses, but I'm not a WIN32 programmer.
sumtechguy
on Feb 9, 2022
|
next
[–]
Yeah from the 10 mins I spent in the docs I do not think there is one baked in. You would probably have to roll your own. It would not be pretty.
https://docs.microsoft.com/en-us/windows/win32/api/synchapi/...
wbl
on Feb 9, 2022
|
prev
[–]
WaitForMultipleObjects. And it isn't from the Windows heritage but from VMS.
gpderetta
on Feb 9, 2022
|
parent
[–]
WFMO is equivalent to select. This is different.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: