[PATCH] vkd3d: Don't allow concurrent writes to descriptors.

Chip Davis cdavis at codeweavers.com
Wed Sep 11 21:02:59 CDT 2019


September 11, 2019 6:23 PM, "Bill Huey (hui)" <bill.huey at gmail.com> wrote:

> Hi Chip,
> 
> Can't those be preprocessor defined to be using this ? I presume this
> is a user space lock.
> 
> https://developer.apple.com/library/archive/documentation/System/Conceptual/ManPages_iPhoneOS/man3/s
> inlock.3.html

They are, but they're deprecated. The new routines are in <os/lock.h>.

In any case, this patch can't go in as is.

> 
> bill


Chip



More information about the wine-devel mailing list