[PATCH] msvcp90: Reimplement condition variables on top of RtlWaitOnAddress().

Henri Verbeet hverbeet at gmail.com
Fri Mar 11 11:16:37 CST 2022


On Fri, 11 Mar 2022 at 18:06, Zebediah Figura <zfigura at codeweavers.com> wrote:
>
> FWIW, there are kernel32/kernelbase wrappers for these functions that
> could be used here. I don't know if you ended up skipping them to avoid
> a layer of overhead, though.
>
Yes, I'm aware of those. I mostly chose the ntdll variants because I
didn't see much of a point in going through the wrappers, but I could
certainly use the kernel32/kernelbase variants instead if those are
preferred for one reason or another.



More information about the wine-devel mailing list