Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

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.


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/...


WaitForMultipleObjects. And it isn't from the Windows heritage but from VMS.


WFMO is equivalent to select. This is different.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: